Uses of Class
org.openqa.selenium.devtools.v112.emulation.model.DisplayFeature.Orientation
-
Packages that use DisplayFeature.Orientation Package Description org.openqa.selenium.devtools.v112.emulation.model -
-
Uses of DisplayFeature.Orientation in org.openqa.selenium.devtools.v112.emulation.model
Methods in org.openqa.selenium.devtools.v112.emulation.model that return DisplayFeature.Orientation Modifier and Type Method Description static DisplayFeature.OrientationDisplayFeature.Orientation. fromString(java.lang.String s)DisplayFeature.OrientationDisplayFeature. getOrientation()Orientation of a display feature in relation to screenstatic DisplayFeature.OrientationDisplayFeature.Orientation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DisplayFeature.Orientation[]DisplayFeature.Orientation. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openqa.selenium.devtools.v112.emulation.model with parameters of type DisplayFeature.Orientation Constructor Description DisplayFeature(DisplayFeature.Orientation orientation, java.lang.Integer offset, java.lang.Integer maskLength)
-