protected static class ElementFinder.CustomStrategy extends Object implements ElementFinder.Strategy
| Modifier and Type | Field and Description |
|---|---|
protected String |
delimiter |
protected String |
functionDefinition |
| Constructor and Description |
|---|
ElementFinder.CustomStrategy(String functionDefinition,
String delimiter) |
| Modifier and Type | Method and Description |
|---|---|
List<org.openqa.selenium.WebElement> |
findBy(org.openqa.selenium.WebDriver webDriver,
ElementFinder.FindByCoordinates findByCoordinates) |
protected String functionDefinition
protected String delimiter
public List<org.openqa.selenium.WebElement> findBy(org.openqa.selenium.WebDriver webDriver, ElementFinder.FindByCoordinates findByCoordinates)
findBy in interface ElementFinder.StrategyCopyright © 2014. All rights reserved.