Table of Contents

Enum ScreenOrientation

Namespace
OpenQA.Selenium
Assembly
WebDriver.dll

Represents possible screen orientations.

public enum ScreenOrientation

Fields

Landscape = 1

Represents Landscape mode, where the screen is horizontal.

Portrait = 0

Represents a portrait mode, where the screen is vertical.