Table of Contents

Class SetDeviceOrientationOverrideCommandSettings

Namespace
OpenQA.Selenium.DevTools.V147.Page
Assembly
Selenium.WebDriver.dll

Overrides the Device Orientation.

public sealed class SetDeviceOrientationOverrideCommandSettings : ICommand
Inheritance
SetDeviceOrientationOverrideCommandSettings
Implements
Inherited Members

Properties

Alpha

Mock alpha

[JsonPropertyName("alpha")]
public double Alpha { get; set; }

Property Value

double

Beta

Mock 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

Mock gamma

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

Property Value

double