Class AppiumTap
java.lang.Object
com.codeborne.selenide.commands.Click
com.codeborne.selenide.appium.commands.AppiumClick
com.codeborne.selenide.appium.commands.AppiumTap
- All Implemented Interfaces:
Command<SelenideElement>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionexecute
(SelenideElement proxy, WebElementSource locator, Object[] args) Methods inherited from class com.codeborne.selenide.appium.commands.AppiumClick
click, click, findElement, getCenter
Methods inherited from class com.codeborne.selenide.commands.Click
clickViaJS, defaultClick, isCenter, options
-
Constructor Details
-
AppiumTap
public AppiumTap()
-
-
Method Details
-
execute
@Nonnull public SelenideElement execute(SelenideElement proxy, WebElementSource locator, @Nullable Object[] args) - Specified by:
execute
in interfaceCommand<SelenideElement>
- Overrides:
execute
in classAppiumClick
-