Uses of Class
io.selendroid.server.model.ScreenOrientation

Packages that use ScreenOrientation
io.selendroid.server.model   
 

Uses of ScreenOrientation in io.selendroid.server.model
 

Methods in io.selendroid.server.model that return ScreenOrientation
 ScreenOrientation SelendroidDriver.getOrientation()
           
 ScreenOrientation DefaultSelendroidDriver.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 io.selendroid.server.model with parameters of type ScreenOrientation
 void SelendroidDriver.rotate(ScreenOrientation orientation)
           
 void DefaultSelendroidDriver.rotate(ScreenOrientation orientation)
           
 



Copyright © 2014. All rights reserved.