Class AppiumDoubleClick
java.lang.Object
com.codeborne.selenide.appium.commands.AppiumDoubleClick
- All Implemented Interfaces:
Command<SelenideElement>
@ParametersAreNonnullByDefault
public class AppiumDoubleClick
extends Object
implements 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)
-
Constructor Details
-
AppiumDoubleClick
public AppiumDoubleClick()
-
-
Method Details
-
execute
@Nonnull public SelenideElement execute(SelenideElement proxy, WebElementSource locator, @Nullable Object[] args) - Specified by:
execute
in interfaceCommand<SelenideElement>
-
findElement
@Nonnull @CheckReturnValue protected org.openqa.selenium.WebElement findElement(WebElementSource locator)
-