Package com.codeborne.selenide.impl
Class LastCollectionElement
java.lang.Object
com.codeborne.selenide.impl.WebElementSource
com.codeborne.selenide.impl.LastCollectionElement
-
Method Summary
Modifier and TypeMethodDescriptioncreateElementNotFoundError
(WebElementCondition condition, Throwable cause) driver()
org.openqa.selenium.WebElement
static SelenideElement
wrap
(CollectionSource collection) Methods inherited from class com.codeborne.selenide.impl.WebElementSource
checkCondition, find, findAll, findAndAssertElementIsClickable, findAndAssertElementIsEditable, findAndAssertElementIsInteractable, findAndAssertElementIsVisible, getAlias, getSelector, setAlias, toString
-
Method Details
-
wrap
-
driver
- Specified by:
driver
in classWebElementSource
-
getWebElement
@CheckReturnValue @Nonnull public org.openqa.selenium.WebElement getWebElement()- Specified by:
getWebElement
in classWebElementSource
-
getSearchCriteria
- Specified by:
getSearchCriteria
in classWebElementSource
-
description
- Overrides:
description
in classWebElementSource
-
createElementNotFoundError
@CheckReturnValue @Nonnull public ElementNotFound createElementNotFoundError(WebElementCondition condition, Throwable cause) - Overrides:
createElementNotFoundError
in classWebElementSource
-