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