Package com.codeborne.selenide.impl
Interface ElementDescriber
- All Known Implementing Classes:
AppiumElementDescriber
,SelenideElementDescriber
@ParametersAreNonnullByDefault
public interface ElementDescriber
-
Method Summary
Modifier and TypeMethodDescriptiondefault String
fully
(Driver driver, Collection<org.openqa.selenium.WebElement> elements) Outputs string presentation of the element's collectionselector
(org.openqa.selenium.By selector)
-
Method Details
-
fully
-
briefly
-
selector
-
fully
@CheckReturnValue @Nonnull default String fully(Driver driver, @Nullable Collection<org.openqa.selenium.WebElement> elements) Outputs string presentation of the element's collection- Parameters:
elements
- elements of string- Returns:
- e.g.
"[<h1>foo</h1>, <h2>bar</h2>]"
- See Also:
-