auto_setClickElementActions

public void auto_setClickElementActions(String elementPath, String ... elementValue) {
    By locator =  LocatorBuilder.getBy(elementPath, elementValue);
    WebElement element = auto_getWebElement(locator);
    auto_setClickElementActions(element);
}
What are your feelings
Scroll al inicio