Class SetDeviceOrientationOverrideCommandSettings
- Namespace
- OpenQA.Selenium.DevTools.V141.DeviceOrientation
- Assembly
- WebDriver.dll
SetDeviceOrientationOverride
public sealed class SetDeviceOrientationOverrideCommandSettings : ICommand- Inheritance
- 
      
      SetDeviceOrientationOverrideCommandSettings
- Implements
- Inherited Members
Properties
Alpha
Gets or sets the alpha
[JsonPropertyName("alpha")]
public double Alpha { get; set; }Property Value
Beta
Gets or sets the beta
[JsonPropertyName("beta")]
public double Beta { get; set; }Property Value
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }Property Value
Gamma
Gets or sets the gamma
[JsonPropertyName("gamma")]
public double Gamma { get; set; }