@ParametersAreNonnullByDefault public class CollectionElement extends WebElementSource
alias| Modifier and Type | Method and Description |
|---|---|
ElementNotFound |
createElementNotFoundError(Condition condition,
java.lang.Throwable lastError) |
Driver |
driver() |
java.lang.String |
getSearchCriteria() |
org.openqa.selenium.WebElement |
getWebElement() |
static SelenideElement |
wrap(CollectionSource collection,
int index) |
checkCondition, description, find, findAll, findAndAssertElementIsInteractable, getSelector, setAlias, toString@CheckReturnValue @Nonnull public static SelenideElement wrap(CollectionSource collection, int index)
@CheckReturnValue @Nonnull public Driver driver()
driver in class WebElementSource@CheckReturnValue @Nonnull public org.openqa.selenium.WebElement getWebElement()
getWebElement in class WebElementSource@CheckReturnValue @Nonnull public java.lang.String getSearchCriteria()
getSearchCriteria in class WebElementSource@CheckReturnValue @Nonnull public ElementNotFound createElementNotFoundError(Condition condition, java.lang.Throwable lastError)
createElementNotFoundError in class WebElementSource