org.openqa.selenium
Interface Rotatable


public interface Rotatable

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.


Method Summary
 ScreenOrientation getOrientation()
           
 void rotate(ScreenOrientation orientation)
          Changes the orientation of the browser window.
 

Method Detail

rotate

void rotate(ScreenOrientation orientation)
Changes the orientation of the browser window.

Parameters:
orientation - the desired screen orientation

getOrientation

ScreenOrientation getOrientation()
Returns:
the current screen orientation of the browser


Copyright © 2012. All Rights Reserved.