Class DragAndDropUtil

java.lang.Object
org.uitnet.testing.smartfwk.ui.core.utils.DragAndDropUtil

public class DragAndDropUtil
extends Object
Author:
Madhav Krishna
  • 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)