Class AppiumSwipeTo
java.lang.Object
com.codeborne.selenide.appium.commands.AppiumSwipeTo
- All Implemented Interfaces:
Command<SelenideElement>
@ParametersAreNonnullByDefault
public class AppiumSwipeTo
extends Object
implements Command<SelenideElement>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionexecute
(SelenideElement element, WebElementSource locator, Object[] args)
-
Constructor Details
-
AppiumSwipeTo
public AppiumSwipeTo()
-
-
Method Details
-
execute
@Nullable public SelenideElement execute(SelenideElement element, WebElementSource locator, @Nullable Object[] args) - Specified by:
execute
in interfaceCommand<SelenideElement>
-