auto_sendKeyPressedToElement

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