public void auto_setClickElementActions(String elementPath, String ... elementValue) {
By locator = LocatorBuilder.getBy(elementPath, elementValue);
WebElement element = auto_getWebElement(locator);
auto_setClickElementActions(element);
}
Popular Search autoautsettextttr