Uses of Class
org.openqa.selenium.devtools.v85.emulation.model.ScreenOrientation.Type
-
Packages that use ScreenOrientation.Type Package Description org.openqa.selenium.devtools.v85.emulation.model -
-
Uses of ScreenOrientation.Type in org.openqa.selenium.devtools.v85.emulation.model
Methods in org.openqa.selenium.devtools.v85.emulation.model that return ScreenOrientation.Type Modifier and Type Method Description static ScreenOrientation.TypeScreenOrientation.Type. fromString(java.lang.String s)ScreenOrientation.TypeScreenOrientation. getType()Orientation type.static ScreenOrientation.TypeScreenOrientation.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ScreenOrientation.Type[]ScreenOrientation.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openqa.selenium.devtools.v85.emulation.model with parameters of type ScreenOrientation.Type Constructor Description ScreenOrientation(ScreenOrientation.Type type, java.lang.Integer angle)
-