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