Package com.codeborne.selenide.impl
Class CollectionElementByCondition
- java.lang.Object
-
- com.codeborne.selenide.impl.WebElementSource
-
- com.codeborne.selenide.impl.CollectionElementByCondition
-
@ParametersAreNonnullByDefault public class CollectionElementByCondition extends WebElementSource
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Driver
driver()
java.lang.String
getSearchCriteria()
org.openqa.selenium.WebElement
getWebElement()
java.lang.String
toString()
static SelenideElement
wrap(WebElementsCollection collection, Condition condition)
-
Methods inherited from class com.codeborne.selenide.impl.WebElementSource
checkCondition, createElementNotFoundError, find, findAll, findAndAssertElementIsInteractable, getSelector
-
-
-
-
Method Detail
-
wrap
@CheckReturnValue @Nonnull public static SelenideElement wrap(WebElementsCollection collection, Condition condition)
-
driver
@CheckReturnValue @Nonnull public Driver driver()
- Specified by:
driver
in classWebElementSource
-
getWebElement
@CheckReturnValue @Nonnull public org.openqa.selenium.WebElement getWebElement()
- Specified by:
getWebElement
in classWebElementSource
-
getSearchCriteria
@CheckReturnValue @Nonnull public java.lang.String getSearchCriteria()
- Specified by:
getSearchCriteria
in classWebElementSource
-
toString
@CheckReturnValue @Nonnull public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-