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 Driverdriver()java.lang.StringgetSearchCriteria()org.openqa.selenium.WebElementgetWebElement()java.lang.StringtoString()static SelenideElementwrap(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:
driverin classWebElementSource
-
getWebElement
@CheckReturnValue @Nonnull public org.openqa.selenium.WebElement getWebElement()
- Specified by:
getWebElementin classWebElementSource
-
getSearchCriteria
@CheckReturnValue @Nonnull public java.lang.String getSearchCriteria()
- Specified by:
getSearchCriteriain classWebElementSource
-
toString
@CheckReturnValue @Nonnull public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-