Package com.codeborne.selenide.appium
Class AppiumElementDescriber
java.lang.Object
com.codeborne.selenide.appium.AppiumElementDescriber
- All Implemented Interfaces:
com.codeborne.selenide.impl.ElementDescriber
@ParametersAreNonnullByDefault
public class AppiumElementDescriber
extends Object
implements com.codeborne.selenide.impl.ElementDescriber
Appium-specific element describer.
Sample output:
Element should have text '666' {By.id: result}
Element: '
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbriefly(com.codeborne.selenide.Driver driver, org.openqa.selenium.WebElement element) fully(com.codeborne.selenide.Driver driver, org.openqa.selenium.WebElement element) selector(org.openqa.selenium.By selector) supportedAttributes(com.codeborne.selenide.Driver driver)
-
Constructor Details
-
AppiumElementDescriber
public AppiumElementDescriber()
-
-
Method Details
-
fully
@Nonnull public String fully(com.codeborne.selenide.Driver driver, @Nullable org.openqa.selenium.WebElement element) - Specified by:
fullyin interfacecom.codeborne.selenide.impl.ElementDescriber
-
supportedAttributes
-
androidAttributes
-
iosAttributes
-
genericAttributes
-
briefly
@Nonnull public String briefly(com.codeborne.selenide.Driver driver, @Nonnull org.openqa.selenium.WebElement element) - Specified by:
brieflyin interfacecom.codeborne.selenide.impl.ElementDescriber
-
selector
- Specified by:
selectorin interfacecom.codeborne.selenide.impl.ElementDescriber
-