Package ai.devtools.selenium
Class By.ByAI
- java.lang.Object
-
- org.openqa.selenium.By
-
- ai.devtools.selenium.By
-
- ai.devtools.selenium.By.ByAI
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.openqa.selenium.By
By.ByClassName, By.ByCssSelector, By.ById, By.ByLinkText, By.ByName, By.ByPartialLinkText, By.ByTagName, By.ByXPath
-
-
Field Summary
Fields Modifier and Type Field Description StringaiElementNameFloatcustomAIThreshold
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WebElementfindElement(SearchContext searchContext)List<WebElement>findElements(SearchContext searchContext)StringtoString()
-
-
-
Method Detail
-
findElements
public List<WebElement> findElements(SearchContext searchContext)
- Specified by:
findElementsin classBy
-
findElement
public WebElement findElement(SearchContext searchContext)
- Overrides:
findElementin classBy
-
-