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, @Nullable 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
public org.openqa.selenium.WebElement getWebElement()- Specified by:
getWebElement
in classWebElementSource
-
getSearchCriteria
- Specified by:
getSearchCriteria
in classWebElementSource
-
description
- Overrides:
description
in classWebElementSource
-
createElementNotFoundError
public ElementNotFound createElementNotFoundError(WebElementCondition condition, @Nullable Throwable cause) - Overrides:
createElementNotFoundError
in classWebElementSource
-