Uses of Class
org.openqa.selenium.devtools.v97.input.Input.DispatchTouchEventType
-
Packages that use Input.DispatchTouchEventType Package Description org.openqa.selenium.devtools.v97.input -
-
Uses of Input.DispatchTouchEventType in org.openqa.selenium.devtools.v97.input
Methods in org.openqa.selenium.devtools.v97.input that return Input.DispatchTouchEventType Modifier and Type Method Description static Input.DispatchTouchEventTypeInput.DispatchTouchEventType. fromString(java.lang.String s)static Input.DispatchTouchEventTypeInput.DispatchTouchEventType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Input.DispatchTouchEventType[]Input.DispatchTouchEventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openqa.selenium.devtools.v97.input with parameters of type Input.DispatchTouchEventType Modifier and Type Method Description static org.openqa.selenium.devtools.Command<java.lang.Void>Input. dispatchTouchEvent(Input.DispatchTouchEventType type, java.util.List<TouchPoint> touchPoints, java.util.Optional<java.lang.Integer> modifiers, java.util.Optional<TimeSinceEpoch> timestamp)Dispatches a touch event to the page.
-