Class DeviceOrientation
- java.lang.Object
-
- org.openqa.selenium.devtools.v112.deviceorientation.DeviceOrientation
-
@Beta public class DeviceOrientation extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DeviceOrientation()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.openqa.selenium.devtools.Command<java.lang.Void>
clearDeviceOrientationOverride()
Clears the overridden Device Orientation.static org.openqa.selenium.devtools.Command<java.lang.Void>
setDeviceOrientationOverride(java.lang.Number alpha, java.lang.Number beta, java.lang.Number gamma)
Overrides the Device Orientation.
-
-
-
Method Detail
-
clearDeviceOrientationOverride
public static org.openqa.selenium.devtools.Command<java.lang.Void> clearDeviceOrientationOverride()
Clears the overridden Device Orientation.
-
setDeviceOrientationOverride
public static org.openqa.selenium.devtools.Command<java.lang.Void> setDeviceOrientationOverride(java.lang.Number alpha, java.lang.Number beta, java.lang.Number gamma)
Overrides the Device Orientation.
-
-