java.lang.Object
org.openqa.selenium.devtools.v125.deviceorientation.DeviceOrientation
 
@Beta
public class DeviceOrientation
extends Object 
- 
Constructor Summary
Constructors
 
- 
Method Summary
static org.openqa.selenium.devtools.Command<Void> 
Clears the overridden Device Orientation.
 
static org.openqa.selenium.devtools.Command<Void> 
Overrides the Device Orientation.
 
 
 
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
 
- 
Constructor Details
- 
DeviceOrientation
public DeviceOrientation()
 
 
- 
Method Details
- 
clearDeviceOrientationOverride
public static org.openqa.selenium.devtools.Command<Void> clearDeviceOrientationOverride()
 
Clears the overridden Device Orientation.
 
- 
setDeviceOrientationOverride
public static org.openqa.selenium.devtools.Command<Void> setDeviceOrientationOverride(Number alpha,
 Number beta,
 Number gamma) 
Overrides the Device Orientation.