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() |
WebElement |
getWebElement() |
static SelenideElement |
wrap(CollectionSource collection,
int index) |
checkCondition, description, find, findAll, findAndAssertElementIsInteractable, getSelector, setAlias, toStringpublic static SelenideElement wrap(CollectionSource collection, int index)
public Driver driver()
driver in class WebElementSourcepublic WebElement getWebElement()
getWebElement in class WebElementSourcepublic java.lang.String getSearchCriteria()
getSearchCriteria in class WebElementSourcepublic ElementNotFound createElementNotFoundError(Condition condition, java.lang.Throwable lastError)
createElementNotFoundError in class WebElementSource