Uses of Enum Class
org.openqa.selenium.devtools.v141.input.model.MouseButton
Packages that use MouseButton
Package
Description
-
Uses of MouseButton in org.openqa.selenium.devtools.v141.input
Methods in org.openqa.selenium.devtools.v141.input with parameters of type MouseButtonModifier 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. -
Uses of MouseButton in org.openqa.selenium.devtools.v141.input.model
Methods in org.openqa.selenium.devtools.v141.input.model that return MouseButtonModifier and TypeMethodDescriptionstatic MouseButtonMouseButton.fromString(String s) static MouseButtonReturns the enum constant of this class with the specified name.static MouseButton[]MouseButton.values()Returns an array containing the constants of this enum class, in the order they are declared.