Uses of Class
org.openqa.selenium.ScreenOrientation
-
Packages that use ScreenOrientation Package Description org.openqa.selenium -
-
Uses of ScreenOrientation in org.openqa.selenium
Methods in org.openqa.selenium that return ScreenOrientation Modifier and Type Method Description ScreenOrientation
Rotatable. getOrientation()
Deprecated.static ScreenOrientation
ScreenOrientation. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ScreenOrientation[]
ScreenOrientation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openqa.selenium with parameters of type ScreenOrientation Modifier and Type Method Description void
Rotatable. rotate(ScreenOrientation orientation)
Deprecated.Changes the orientation of the browser window.
-