Uses of Class
org.openqa.selenium.devtools.input.Input.EmulateTouchFromMouseEventButton
-
Packages that use Input.EmulateTouchFromMouseEventButton Package Description org.openqa.selenium.devtools.input -
-
Uses of Input.EmulateTouchFromMouseEventButton in org.openqa.selenium.devtools.input
Methods in org.openqa.selenium.devtools.input that return Input.EmulateTouchFromMouseEventButton Modifier and Type Method Description static Input.EmulateTouchFromMouseEventButton
Input.EmulateTouchFromMouseEventButton. fromString(java.lang.String s)
static Input.EmulateTouchFromMouseEventButton
Input.EmulateTouchFromMouseEventButton. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Input.EmulateTouchFromMouseEventButton[]
Input.EmulateTouchFromMouseEventButton. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openqa.selenium.devtools.input with parameters of type Input.EmulateTouchFromMouseEventButton Modifier and Type Method Description static Command<java.lang.Void>
Input. emulateTouchFromMouseEvent(Input.EmulateTouchFromMouseEventType type, java.lang.Integer x, java.lang.Integer y, Input.EmulateTouchFromMouseEventButton button, java.util.Optional<TimeSinceEpoch> timestamp, java.util.Optional<java.lang.Number> deltaX, java.util.Optional<java.lang.Number> deltaY, java.util.Optional<java.lang.Integer> modifiers, java.util.Optional<java.lang.Integer> clickCount)
Emulates touch event from the mouse event parameters.
-