Represents possible screen orientations.
Namespace: OpenQA.SeleniumAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Portrait | 0 | Represents a portrait mode, where the screen is vertical. | |
Landscape | 1 | Represents Landscape mode, where the screen is horizontal. |
See Also