Class DragAndDropUtil


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