Uses of Class
io.selendroid.android.Keys

Packages that use Keys
io.selendroid.android   
io.selendroid.server.model   
 

Uses of Keys in io.selendroid.android
 

Methods in io.selendroid.android that return Keys
static Keys Keys.getKeyFromUnicode(char key)
          Get the special key representation, Keys, of the supplied character if there is one.
static Keys Keys.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Keys[] Keys.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of Keys in io.selendroid.server.model
 

Methods in io.selendroid.server.model with parameters of type Keys
 void Keyboard.pressKey(Keys keyToPress)
           
 void Keyboard.releaseKey(Keys keyToRelease)
           
 



Copyright © 2014. All rights reserved.