Table of Contents

Class SetDeviceOrientationOverrideCommandSettings

Namespace
OpenQA.Selenium.DevTools.V85.Page
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

double

Beta

Gets or sets the beta

[JsonPropertyName("beta")]
public double Beta { get; set; }

Property Value

double

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Gamma

Gets or sets the gamma

[JsonPropertyName("gamma")]
public double Gamma { get; set; }

Property Value

double