Package FlaNium.WinAPI
Class Sample
- java.lang.Object
-
- FlaNium.WinAPI.Sample
-
public class Sample extends Object
-
-
Constructor Summary
Constructors Constructor Description Sample()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidelementBoundingRectangleToJSONFile(List<org.openqa.selenium.WebElement> elements, String elementsName)static voidelementBoundingRectangleToJSONFile(List<org.openqa.selenium.WebElement> elements, String elementsName, String fileName)static List<org.openqa.selenium.WebElement>getElementList(org.openqa.selenium.WebDriver driver)static List<org.openqa.selenium.WebElement>getElementList(org.openqa.selenium.WebElement element)
-
-
-
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
-
-