Package com.codeborne.selenide
Class DragAndDropOptions
java.lang.Object
com.codeborne.selenide.DragAndDropOptions
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
static interface
-
Constructor Summary
ConstructorsConstructorDescriptionDragAndDropOptions
(DragAndDropOptions.DragAndDropTarget target, DragAndDropOptions.DragAndDropMethod method) -
Method Summary
Modifier and TypeMethodDescriptionstatic DragAndDropOptions
static DragAndDropOptions
to
(org.openqa.selenium.WebElement element) toString()
static DragAndDropOptions
Deprecated.static DragAndDropOptions
Deprecated.useto(WebElement)
.usingJS()
insteadusingJS()
-
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
-
usingJavaScript
Deprecated.useto(WebElement)
.usingJS()
instead -
usingActions
Deprecated.useto(WebElement)
.usingSeleniumActions()
instead -
getMethod
-
getTarget
-
toString
-
to(WebElement)
.usingSeleniumActions()
instead