Uses of Class
org.openqa.selenium.interactions.PointerInput.MouseButton
-
Packages that use PointerInput.MouseButton Package Description org.openqa.selenium.interactions -
-
Uses of PointerInput.MouseButton in org.openqa.selenium.interactions
Methods in org.openqa.selenium.interactions that return PointerInput.MouseButton Modifier and Type Method Description static PointerInput.MouseButton
PointerInput.MouseButton. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PointerInput.MouseButton[]
PointerInput.MouseButton. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-