Uses of Enum Class
org.openqa.selenium.devtools.v141.input.Input.EmulateTouchFromMouseEventType
Packages that use Input.EmulateTouchFromMouseEventType
-
Uses of Input.EmulateTouchFromMouseEventType in org.openqa.selenium.devtools.v141.input
Methods in org.openqa.selenium.devtools.v141.input that return Input.EmulateTouchFromMouseEventTypeModifier and TypeMethodDescriptionInput.EmulateTouchFromMouseEventType.fromString(String s) Returns the enum constant of this class with the specified name.static Input.EmulateTouchFromMouseEventType[]Input.EmulateTouchFromMouseEventType.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.EmulateTouchFromMouseEventTypeModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Void> Input.emulateTouchFromMouseEvent(Input.EmulateTouchFromMouseEventType type, Integer x, Integer y, MouseButton button, Optional<TimeSinceEpoch> timestamp, Optional<Number> deltaX, Optional<Number> deltaY, Optional<Integer> modifiers, Optional<Integer> clickCount) Emulates touch event from the mouse event parameters.