public class WebElementSelector
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static WebElementSelector |
instance |
protected java.lang.String |
sizzleSource |
| Constructor and Description |
|---|
WebElementSelector() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<org.openqa.selenium.WebElement> |
evaluateSizzleSelector(org.openqa.selenium.SearchContext context,
org.openqa.selenium.By.ByCssSelector sizzleCssSelector) |
org.openqa.selenium.WebElement |
findElement(org.openqa.selenium.SearchContext context,
org.openqa.selenium.By selector) |
java.util.List<org.openqa.selenium.WebElement> |
findElements(org.openqa.selenium.SearchContext context,
org.openqa.selenium.By selector) |
protected void |
injectSizzle() |
protected void |
injectSizzleIfNeeded() |
protected java.lang.Boolean |
sizzleLoaded() |
public static WebElementSelector instance
protected java.lang.String sizzleSource
public org.openqa.selenium.WebElement findElement(org.openqa.selenium.SearchContext context,
org.openqa.selenium.By selector)
public java.util.List<org.openqa.selenium.WebElement> findElements(org.openqa.selenium.SearchContext context,
org.openqa.selenium.By selector)
protected java.util.List<org.openqa.selenium.WebElement> evaluateSizzleSelector(org.openqa.selenium.SearchContext context,
org.openqa.selenium.By.ByCssSelector sizzleCssSelector)
protected void injectSizzleIfNeeded()
protected java.lang.Boolean sizzleLoaded()
protected void injectSizzle()