public class WaitingSelenideElement
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
protected void |
append(java.lang.String text) |
protected SelenideElement |
find(SelenideElement proxy,
java.lang.Object arg,
int index) |
protected void |
fireEvent(java.lang.String event) |
protected org.openqa.selenium.WebElement |
getActualDelegate() |
protected org.openqa.selenium.WebElement |
getDelegate() |
protected org.openqa.selenium.By |
getSelector(java.lang.Object arg) |
java.lang.Object |
invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args) |
protected void |
selectOptionByText(org.openqa.selenium.WebElement selectField,
java.lang.String optionText) |
protected void |
selectOptionByValue(org.openqa.selenium.WebElement selectField,
java.lang.String optionValue) |
protected void |
setValue(java.lang.String text) |
java.lang.String |
toString() |
protected org.openqa.selenium.WebElement |
waitUntil(Condition condition,
long timeoutMs) |
protected void |
waitWhile(Condition condition,
long timeoutMs) |
static SelenideElement |
wrap(SelenideElement parent,
org.openqa.selenium.By criteria,
int index) |
public static SelenideElement wrap(SelenideElement parent, org.openqa.selenium.By criteria, int index)
protected org.openqa.selenium.WebElement getDelegate()
protected SelenideElement find(SelenideElement proxy, java.lang.Object arg, int index)
protected void selectOptionByText(org.openqa.selenium.WebElement selectField,
java.lang.String optionText)
protected void selectOptionByValue(org.openqa.selenium.WebElement selectField,
java.lang.String optionValue)
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 void setValue(java.lang.String text)
protected void append(java.lang.String text)
protected void fireEvent(java.lang.String event)
protected org.openqa.selenium.WebElement waitUntil(Condition condition, long timeoutMs)
protected void waitWhile(Condition condition, long timeoutMs)
protected org.openqa.selenium.By getSelector(java.lang.Object arg)