public class InBrowserFinder extends Object
| Constructor and Description |
|---|
InBrowserFinder() |
| Modifier and Type | Method and Description |
|---|---|
static List<org.openqa.selenium.WebElement> |
findAll(org.openqa.selenium.WebDriver driver,
Path el) |
static org.openqa.selenium.WebElement |
findPageWithNumberOfOccurrences(org.openqa.selenium.WebDriver driver,
Path el,
int numberOfOccurrences) |
static org.openqa.selenium.WebElement |
findPageWithNumberOfOccurrences(org.openqa.selenium.WebDriver driver,
Path el,
int numberOfOccurrences,
RelationOperator relationOperator) |
public static List<org.openqa.selenium.WebElement> findAll(org.openqa.selenium.WebDriver driver, Path el)
public static org.openqa.selenium.WebElement findPageWithNumberOfOccurrences(org.openqa.selenium.WebDriver driver,
Path el,
int numberOfOccurrences)
public static org.openqa.selenium.WebElement findPageWithNumberOfOccurrences(org.openqa.selenium.WebDriver driver,
Path el,
int numberOfOccurrences,
RelationOperator relationOperator)
Copyright © 2016. All rights reserved.