Table of Contents

Class ScreenOrientation

Namespace
OpenQA.Selenium.DevTools.V146.Emulation
Assembly
Selenium.WebDriver.dll

Screen orientation.

public sealed class ScreenOrientation
Inheritance
ScreenOrientation
Inherited Members

Properties

Angle

Orientation angle.

[JsonPropertyName("angle")]
public long Angle { get; set; }

Property Value

long

Type

Orientation type.

[JsonPropertyName("type")]
public ScreenOrientationTypeValues Type { get; set; }

Property Value

ScreenOrientationTypeValues