public class ByWicketIdPathFastVersion
extends org.openqa.selenium.By
org.openqa.selenium.By.ByClassName, org.openqa.selenium.By.ByCssSelector, org.openqa.selenium.By.ById, org.openqa.selenium.By.ByLinkText, org.openqa.selenium.By.ByName, org.openqa.selenium.By.ByPartialLinkText, org.openqa.selenium.By.ByTagName, org.openqa.selenium.By.ByXPath| Constructor and Description |
|---|
ByWicketIdPathFastVersion(String path) |
| Modifier and Type | Method and Description |
|---|---|
org.openqa.selenium.WebElement |
findByPath(org.openqa.selenium.SearchContext context,
String path) |
List<org.openqa.selenium.WebElement> |
findElements(org.openqa.selenium.SearchContext context) |
boolean |
matchesWicketId(org.openqa.selenium.WebElement element,
String wicketId) |
String |
toString() |
public ByWicketIdPathFastVersion(String path)
public List<org.openqa.selenium.WebElement> findElements(org.openqa.selenium.SearchContext context)
findElements in class org.openqa.selenium.Bypublic org.openqa.selenium.WebElement findByPath(org.openqa.selenium.SearchContext context,
String path)
public boolean matchesWicketId(org.openqa.selenium.WebElement element,
String wicketId)
public String toString()
toString in class org.openqa.selenium.ByCopyright © 2009–2018. All rights reserved.