Table of Contents

Interface IRotatable

Namespace
OpenQA.Selenium
Assembly
WebDriver.dll

Represents rotation of the browser view for orientation-sensitive devices. When using this with a real device, the device should not be moved so that the built-in sensors do not interfere.

public interface IRotatable

Properties

Orientation

Gets or sets the screen orientation of the browser on the device.

ScreenOrientation Orientation { get; set; }

Property Value

ScreenOrientation