auto_getWebElement

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