Uses of Enum Class
org.openqa.selenium.devtools.v123.input.Input.DispatchDragEventType
Packages that use Input.DispatchDragEventType
-
Uses of Input.DispatchDragEventType in org.openqa.selenium.devtools.v123.input
Methods in org.openqa.selenium.devtools.v123.input that return Input.DispatchDragEventTypeModifier and TypeMethodDescriptionstatic Input.DispatchDragEventTypeInput.DispatchDragEventType.fromString(String s) static Input.DispatchDragEventTypeReturns the enum constant of this class with the specified name.static Input.DispatchDragEventType[]Input.DispatchDragEventType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openqa.selenium.devtools.v123.input with parameters of type Input.DispatchDragEventTypeModifier 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.