Uses of Class
org.openqa.selenium.devtools.v98.input.Input.DispatchMouseEventPointerType
-
Packages that use Input.DispatchMouseEventPointerType Package Description org.openqa.selenium.devtools.v98.input -
-
Uses of Input.DispatchMouseEventPointerType in org.openqa.selenium.devtools.v98.input
Methods in org.openqa.selenium.devtools.v98.input that return Input.DispatchMouseEventPointerType Modifier and Type Method Description static Input.DispatchMouseEventPointerTypeInput.DispatchMouseEventPointerType. fromString(java.lang.String s)static Input.DispatchMouseEventPointerTypeInput.DispatchMouseEventPointerType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Input.DispatchMouseEventPointerType[]Input.DispatchMouseEventPointerType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-