Package com.codeborne.selenide
Class DragAndDropOptions
java.lang.Object
com.codeborne.selenide.DragAndDropOptions
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
static interface
-
Constructor Summary
ConstructorDescriptionDragAndDropOptions
(DragAndDropOptions.DragAndDropTarget target, DragAndDropOptions.DragAndDropMethod method) -
Method Summary
Modifier and TypeMethodDescriptionstatic DragAndDropOptions
static DragAndDropOptions
to
(org.openqa.selenium.WebElement element) toString()
usingJS()
-
Constructor Details
-
DragAndDropOptions
public DragAndDropOptions(DragAndDropOptions.DragAndDropTarget target, DragAndDropOptions.DragAndDropMethod method)
-
-
Method Details
-
to
-
to
@CheckReturnValue @Nonnull public static DragAndDropOptions to(org.openqa.selenium.WebElement element) -
usingJS
-
usingSeleniumActions
-
getMethod
-
getTarget
-
toString
-