Class AppiumType
java.lang.Object
com.codeborne.selenide.commands.Type
com.codeborne.selenide.appium.commands.AppiumType
- All Implemented Interfaces:
Command<SelenideElement>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionexecute
(SelenideElement proxy, WebElementSource locator, Object[] args) protected org.openqa.selenium.WebElement
findElement
(WebElementSource locator) Methods inherited from class com.codeborne.selenide.commands.Type
clearField, extractOptions
-
Constructor Details
-
AppiumType
public AppiumType()
-
-
Method Details
-
execute
@Nullable public SelenideElement execute(SelenideElement proxy, WebElementSource locator, Object[] args) - Specified by:
execute
in interfaceCommand<SelenideElement>
- Overrides:
execute
in classType
-
findElement
@Nonnull @CheckReturnValue protected org.openqa.selenium.WebElement findElement(WebElementSource locator) - Overrides:
findElement
in classType
-