Uses of Class
org.openqa.selenium.devtools.v118.input.model.DragData
Packages that use DragData
-
Uses of DragData in org.openqa.selenium.devtools.v118.input
Methods in org.openqa.selenium.devtools.v118.input that return types with arguments of type DragDataModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Event<DragData>Input.dragIntercepted()Methods in org.openqa.selenium.devtools.v118.input with parameters of type DragDataModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Void>Input.dispatchDragEvent(Input.DispatchDragEventType type, Number x, Number y, DragData data, Optional<Integer> modifiers) Dispatches a drag event into the page.