Uses of Enum Class
org.openqa.selenium.devtools.v141.emulation.model.DisplayFeature.Orientation
Packages that use DisplayFeature.Orientation
-
Uses of DisplayFeature.Orientation in org.openqa.selenium.devtools.v141.emulation.model
Methods in org.openqa.selenium.devtools.v141.emulation.model that return DisplayFeature.OrientationModifier and TypeMethodDescriptionstatic DisplayFeature.OrientationDisplayFeature.Orientation.fromString(String s) DisplayFeature.getOrientation()Orientation of a display feature in relation to screenstatic DisplayFeature.OrientationReturns the enum constant of this class with the specified name.static DisplayFeature.Orientation[]DisplayFeature.Orientation.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openqa.selenium.devtools.v141.emulation.model with parameters of type DisplayFeature.OrientationModifierConstructorDescriptionDisplayFeature(DisplayFeature.Orientation orientation, Integer offset, Integer maskLength)