Package com.github.loyada.jdollarx
Class InBrowserFinder
- java.lang.Object
-
- com.github.loyada.jdollarx.InBrowserFinder
-
public class InBrowserFinder extends Object
Internal implementation.
-
-
Constructor Summary
Constructors Constructor Description InBrowserFinder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<org.openqa.selenium.WebElement>findAll(org.openqa.selenium.WebDriver driver, Path el)static org.openqa.selenium.WebElementfindPageWithNumberOfOccurrences(org.openqa.selenium.WebDriver driver, Path el, int numberOfOccurrences)static org.openqa.selenium.WebElementfindPageWithNumberOfOccurrences(org.openqa.selenium.WebDriver driver, Path el, int numberOfOccurrences, RelationOperator relationOperator)
-
-
-
Method Detail
-
findAll
public static List<org.openqa.selenium.WebElement> findAll(org.openqa.selenium.WebDriver driver, Path el)
-
findPageWithNumberOfOccurrences
public static org.openqa.selenium.WebElement findPageWithNumberOfOccurrences(org.openqa.selenium.WebDriver driver, Path el, int numberOfOccurrences)
-
findPageWithNumberOfOccurrences
public static org.openqa.selenium.WebElement findPageWithNumberOfOccurrences(org.openqa.selenium.WebDriver driver, Path el, int numberOfOccurrences, RelationOperator relationOperator)
-
-