Uses of Class
org.openqa.selenium.devtools.v107.input.model.DragData
-
Packages that use DragData Package Description org.openqa.selenium.devtools.v107.input -
-
Uses of DragData in org.openqa.selenium.devtools.v107.input
Methods in org.openqa.selenium.devtools.v107.input that return types with arguments of type DragData Modifier and Type Method Description static org.openqa.selenium.devtools.Event<DragData>Input. dragIntercepted()Methods in org.openqa.selenium.devtools.v107.input with parameters of type DragData Modifier and Type Method Description static org.openqa.selenium.devtools.Command<java.lang.Void>Input. dispatchDragEvent(Input.DispatchDragEventType type, java.lang.Number x, java.lang.Number y, DragData data, java.util.Optional<java.lang.Integer> modifiers)Dispatches a drag event into the page.
-