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.WebElementstatic <T extends SelenideElement>
Twrap(CollectionSource collection, Class<T> clazz) Methods inherited from class com.codeborne.selenide.impl.WebElementSource
checkCondition, find, findAll, findAndAssertElementIsClickable, findAndAssertElementIsEditable, findAndAssertElementIsInteractable, findAndAssertElementIsVisible, getAlias, getSearchContext, getSelector, setAlias, toString
-
Method Details
-
wrap
-
driver
- Specified by:
driverin classWebElementSource
-
getWebElement
public org.openqa.selenium.WebElement getWebElement()- Specified by:
getWebElementin classWebElementSource
-
getSearchCriteria
- Specified by:
getSearchCriteriain classWebElementSource
-
description
- Overrides:
descriptionin classWebElementSource
-
createElementNotFoundError
public ElementNotFound createElementNotFoundError(WebElementCondition condition, @Nullable Throwable cause) - Overrides:
createElementNotFoundErrorin classWebElementSource
-