Module Selenium::WebDriver::DriverExtensions::Rotatable
In: lib/selenium/webdriver/common/driver_extensions/rotatable.rb

Methods

Constants

ORIENTATIONS = [:landscape, :portrait]

Public Instance methods

Get the current screen orientation

@return [:landscape, :portrait] orientation

@api public

rotate(orientation)

Alias for rotation=

Change the screen orientation

@param [:landscape, :portrait] Orientation

@api public

[Validate]