Package com.codeborne.selenide.impl
Class CollectionElementByCondition
java.lang.Object
com.codeborne.selenide.impl.WebElementSource
com.codeborne.selenide.impl.CollectionElementByCondition
-
Method Summary
Modifier and TypeMethodDescriptiondriver()
org.openqa.selenium.WebElement
static SelenideElement
wrap
(CollectionSource collection, WebElementCondition condition) Methods inherited from class com.codeborne.selenide.impl.WebElementSource
checkCondition, createElementNotFoundError, find, findAll, findAndAssertElementIsClickable, findAndAssertElementIsEditable, findAndAssertElementIsInteractable, findAndAssertElementIsVisible, getAlias, getSelector, setAlias, toString
-
Method Details
-
wrap
@CheckReturnValue @Nonnull public static SelenideElement wrap(CollectionSource collection, WebElementCondition condition) -
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
-