Class DragAndDropUtil
- java.lang.Object
-
- org.uitnet.testing.smartfwk.ui.core.utils.DragAndDropUtil
-
public class DragAndDropUtil extends Object
- Author:
- Madhav Krishna
-
-
Method Summary
All Methods Static Methods Concrete Methods 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 Detail
-
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)
-
-