public void auto_dragAndDrop(String elementFrom, String elementTo, String ... elementValue){
By locatorFrom = LocatorBuilder.getBy(elementFrom, elementValue);
By locatorTo = LocatorBuilder.getBy(elementTo, elementValue);
auto_dragAndDrop(this.auto_getWebElement(locatorFrom), this.auto_getWebElement(locatorTo));
}
Popular Search autoautsettextttr