Uses of Class
org.openqa.selenium.devtools.v111.input.Input.DispatchDragEventType
-
Packages that use Input.DispatchDragEventType Package Description org.openqa.selenium.devtools.v111.input -
-
Uses of Input.DispatchDragEventType in org.openqa.selenium.devtools.v111.input
Methods in org.openqa.selenium.devtools.v111.input that return Input.DispatchDragEventType Modifier and Type Method Description static Input.DispatchDragEventTypeInput.DispatchDragEventType. fromString(java.lang.String s)static Input.DispatchDragEventTypeInput.DispatchDragEventType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Input.DispatchDragEventType[]Input.DispatchDragEventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openqa.selenium.devtools.v111.input with parameters of type Input.DispatchDragEventType 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.
-