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.WebElementstatic <T extends SelenideElement>
Twrap(CollectionSource collection, WebElementCondition condition, Class<T> clazz) Methods inherited from class com.codeborne.selenide.impl.WebElementSource
checkCondition, createElementNotFoundError, find, findAll, findAndAssertElementIsClickable, findAndAssertElementIsEditable, findAndAssertElementIsInteractable, findAndAssertElementIsVisible, getAlias, getSearchContext, getSelector, setAlias, toString
-
Method Details
-
wrap
public static <T extends SelenideElement> T wrap(CollectionSource collection, WebElementCondition condition, Class<T> clazz) -
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
-