Class DragAndDropUtil
java.lang.Object
org.uitnet.testing.smartfwk.ui.core.utils.DragAndDropUtil
public class DragAndDropUtil extends Object
- Author:
- Madhav Krishna
-
Method Summary
Modifier and Type Method Description static voiddragAndDropElement(org.openqa.selenium.WebElement sourceElement, org.openqa.selenium.WebElement targetElement, SmartAppDriver appDriver)static voiddragAndDropElements(List<org.openqa.selenium.WebElement> sourceElements, org.openqa.selenium.WebElement targetElement, SmartAppDriver appDriver)static voiddragAndDropFileOnFileInput(String absFilePath, org.openqa.selenium.WebElement fileInputElement, SmartAppDriver appDriver)
-
Method Details
-
dragAndDropElement
public static void dragAndDropElement(org.openqa.selenium.WebElement sourceElement, org.openqa.selenium.WebElement targetElement, SmartAppDriver appDriver) -
dragAndDropElements
public static void dragAndDropElements(List<org.openqa.selenium.WebElement> sourceElements, org.openqa.selenium.WebElement targetElement, SmartAppDriver appDriver) -
dragAndDropFileOnFileInput
public static void dragAndDropFileOnFileInput(String absFilePath, org.openqa.selenium.WebElement fileInputElement, SmartAppDriver appDriver)
-