Uses of Enum Class
org.openqa.selenium.bidi.emulation.ScreenOrientationNatural
Packages that use ScreenOrientationNatural
-
Uses of ScreenOrientationNatural in org.openqa.selenium.bidi.emulation
Subclasses with type arguments of type ScreenOrientationNatural in org.openqa.selenium.bidi.emulationMethods in org.openqa.selenium.bidi.emulation that return ScreenOrientationNaturalModifier and TypeMethodDescriptionScreenOrientation.getNatural()static ScreenOrientationNaturalReturns the enum constant of this class with the specified name.static ScreenOrientationNatural[]ScreenOrientationNatural.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openqa.selenium.bidi.emulation with parameters of type ScreenOrientationNaturalModifierConstructorDescriptionScreenOrientation(ScreenOrientationNatural natural, ScreenOrientationType type)