auto_HoverElement

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