public void auto_sendKeyPressedToElement(String elementPath, Keys key, String ... elementValue) {
By locator = LocatorBuilder.getBy(elementPath, elementValue);
auto_sendKeyPressedToElement(this.auto_getWebElement(locator),key);
}
Popular Search autoautsettextttr