Uses of Class
org.openqa.selenium.devtools.input.model.MouseButton
-
Packages that use MouseButton Package Description org.openqa.selenium.devtools.input org.openqa.selenium.devtools.input.model -
-
Uses of MouseButton in org.openqa.selenium.devtools.input
Methods in org.openqa.selenium.devtools.input with parameters of type MouseButton Modifier and Type Method Description static Command<java.lang.Void>
Input. emulateTouchFromMouseEvent(Input.EmulateTouchFromMouseEventType type, java.lang.Integer x, java.lang.Integer y, MouseButton 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. -
Uses of MouseButton in org.openqa.selenium.devtools.input.model
Methods in org.openqa.selenium.devtools.input.model that return MouseButton Modifier and Type Method Description static MouseButton
MouseButton. fromString(java.lang.String s)
static MouseButton
MouseButton. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MouseButton[]
MouseButton. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-