Class AppiumDragAndDrop
java.lang.Object
com.codeborne.selenide.commands.DragAndDrop
com.codeborne.selenide.appium.commands.AppiumDragAndDrop
- 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.commands.DragAndDrop
dragAndDropOptions
-
Constructor Details
-
AppiumDragAndDrop
public AppiumDragAndDrop()
-
-
Method Details
-
execute
@Nonnull public SelenideElement execute(SelenideElement proxy, WebElementSource locator, @Nullable Object[] args) - Specified by:
execute
in interfaceCommand<SelenideElement>
- Overrides:
execute
in classDragAndDrop
-