Class ScreenOrientation
- java.lang.Object
-
- org.openqa.selenium.devtools.v102.emulation.model.ScreenOrientation
-
public class ScreenOrientation extends java.lang.Object
Screen orientation.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ScreenOrientation.Type
-
Constructor Summary
Constructors Constructor Description ScreenOrientation(ScreenOrientation.Type type, java.lang.Integer angle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Integer
getAngle()
Orientation angle.ScreenOrientation.Type
getType()
Orientation type.
-
-
-
Constructor Detail
-
ScreenOrientation
public ScreenOrientation(ScreenOrientation.Type type, java.lang.Integer angle)
-
-
Method Detail
-
getType
public ScreenOrientation.Type getType()
Orientation type.
-
getAngle
public java.lang.Integer getAngle()
Orientation angle.
-
-