Uses of Enum Class
org.openqa.selenium.bidi.emulation.ScreenOrientationType
Packages that use ScreenOrientationType
-
Uses of ScreenOrientationType in org.openqa.selenium.bidi.emulation
Methods in org.openqa.selenium.bidi.emulation that return ScreenOrientationTypeModifier and TypeMethodDescriptionScreenOrientation.getType()static ScreenOrientationTypeReturns the enum constant of this class with the specified name.static ScreenOrientationType[]ScreenOrientationType.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 ScreenOrientationTypeModifierConstructorDescriptionScreenOrientation(ScreenOrientationNatural natural, ScreenOrientationType type)