Table of Contents

Class ScreenOrientation

Namespace
Selenium.WebDriver.BiDi.Cdp.Emulation
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

Screen orientation.

public sealed record ScreenOrientation : IEquatable<ScreenOrientation>
Inheritance
ScreenOrientation
Implements
Inherited Members

Constructors

ScreenOrientation(string, long)

Screen orientation.

public ScreenOrientation(string Type, long Angle)

Parameters

Type string

Orientation type.

Angle long

Orientation angle.

Properties

Angle

Orientation angle.

public long Angle { get; init; }

Property Value

long

Type

Orientation type.

public string Type { get; init; }

Property Value

string