Class Sample


  • public class Sample
    extends Object
    • Constructor Detail

      • Sample

        public Sample()
    • Method Detail

      • getElementList

        public static List<org.openqa.selenium.WebElement> getElementList​(org.openqa.selenium.WebDriver driver)
      • getElementList

        public static List<org.openqa.selenium.WebElement> getElementList​(org.openqa.selenium.WebElement element)
      • elementBoundingRectangleToJSONFile

        public static void elementBoundingRectangleToJSONFile​(List<org.openqa.selenium.WebElement> elements,
                                                              String elementsName,
                                                              String fileName)
                                                       throws IOException
        Throws:
        IOException
      • elementBoundingRectangleToJSONFile

        public static void elementBoundingRectangleToJSONFile​(List<org.openqa.selenium.WebElement> elements,
                                                              String elementsName)
                                                       throws IOException
        Throws:
        IOException