Class ScreenOrientation
- java.lang.Object
-
- org.openqa.selenium.devtools.emulation.model.ScreenOrientation
-
public class ScreenOrientation extends java.lang.ObjectScreen orientation.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classScreenOrientation.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.IntegergetAngle()Orientation angle.ScreenOrientation.TypegetType()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.
-
-