public class ShouldableWebElementProxy
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
protected org.openqa.selenium.WebElement |
find(java.lang.Object arg,
int index) |
protected org.openqa.selenium.WebElement |
getActualDelegate() |
protected org.openqa.selenium.WebElement |
getDelegate() |
java.lang.Object |
invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args) |
java.lang.String |
toString() |
protected org.openqa.selenium.WebElement |
waitUntil(Condition condition,
long timeoutMs) |
protected void |
waitWhile(Condition condition,
long timeoutMs) |
static ShouldableWebElement |
wrap(org.openqa.selenium.WebElement element) |
public static ShouldableWebElement wrap(org.openqa.selenium.WebElement element)
protected org.openqa.selenium.WebElement getDelegate()
protected org.openqa.selenium.WebElement getActualDelegate()
throws org.openqa.selenium.NoSuchElementException,
java.lang.IndexOutOfBoundsException
org.openqa.selenium.NoSuchElementExceptionjava.lang.IndexOutOfBoundsExceptionpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.Object invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args)
throws java.lang.Throwable
invoke in interface java.lang.reflect.InvocationHandlerjava.lang.Throwableprotected org.openqa.selenium.WebElement waitUntil(Condition condition, long timeoutMs)
protected void waitWhile(Condition condition, long timeoutMs)
protected org.openqa.selenium.WebElement find(java.lang.Object arg,
int index)