Uses of Class
org.openqa.selenium.ScreenOrientation

Packages that use ScreenOrientation
org.openqa.selenium   
org.openqa.selenium.android   
 

Uses of ScreenOrientation in org.openqa.selenium
 

Methods in org.openqa.selenium that return ScreenOrientation
 ScreenOrientation Rotatable.getOrientation()
           
static ScreenOrientation ScreenOrientation.valueOf(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.
 

Uses of ScreenOrientation in org.openqa.selenium.android
 

Methods in org.openqa.selenium.android that return ScreenOrientation
 ScreenOrientation AndroidDriver.getOrientation()
           
 

Methods in org.openqa.selenium.android with parameters of type ScreenOrientation
 void AndroidDriver.rotate(ScreenOrientation orientation)
           
 



Copyright © 2011. All Rights Reserved.