Uses of Class
org.openqa.selenium.ScreenOrientation

Packages that use ScreenOrientation
org.openqa.selenium   
 

Uses of ScreenOrientation in org.openqa.selenium
 

Methods in org.openqa.selenium that return ScreenOrientation
 ScreenOrientation Rotatable.getOrientation()
           
static ScreenOrientation ScreenOrientation.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ScreenOrientation[] ScreenOrientation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.openqa.selenium with parameters of type ScreenOrientation
 void Rotatable.rotate(ScreenOrientation orientation)
          Changes the orientation of the browser window.
 



Copyright © 2011. All Rights Reserved.