public class LastCollectionElement extends WebElementSource
| Modifier and Type | Method and Description |
|---|---|
ElementNotFound |
createElementNotFoundError(Condition condition,
java.lang.Throwable lastError) |
java.lang.String |
getSearchCriteria() |
org.openqa.selenium.WebElement |
getWebElement() |
java.lang.String |
toString() |
static SelenideElement |
wrap(WebElementsCollection collection) |
checkCondition, find, findAll, findAndAssertElementIsVisible, getSelectorpublic static SelenideElement wrap(WebElementsCollection collection)
public org.openqa.selenium.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 WebElementSourcepublic java.lang.String toString()
toString in class java.lang.Object