Uses of Class
org.openqa.selenium.Keys

Packages that use Keys
org.openqa.selenium   
org.openqa.selenium.interactions   
org.openqa.selenium.interactions.internal   
 

Uses of Keys in org.openqa.selenium
 

Methods in org.openqa.selenium 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.
 

Methods in org.openqa.selenium with parameters of type Keys
 void Keyboard.pressKey(Keys keyToPress)
           
 void Keyboard.releaseKey(Keys keyToRelease)
           
 

Uses of Keys in org.openqa.selenium.interactions
 

Methods in org.openqa.selenium.interactions with parameters of type Keys
 Actions Actions.keyDown(Keys theKey)
          Performs a modifier key press.
 Actions Actions.keyDown(WebElement element, Keys theKey)
          Performs a modifier key press after focusing on an element.
 Actions Actions.keyUp(Keys theKey)
          Performs a modifier key release.
 Actions Actions.keyUp(WebElement element, Keys theKey)
          Performs a modifier key release after focusing on an element.
 

Constructors in org.openqa.selenium.interactions with parameters of type Keys
KeyDownAction(Keyboard keyboard, Mouse mouse, Keys key)
           
KeyDownAction(Keyboard keyboard, Mouse mouse, Locatable locationProvider, Keys key)
           
KeyUpAction(Keyboard keyboard, Mouse mouse, Keys key)
           
KeyUpAction(Keyboard keyboard, Mouse mouse, Locatable locationProvider, Keys key)
           
 

Uses of Keys in org.openqa.selenium.interactions.internal
 

Fields in org.openqa.selenium.interactions.internal declared as Keys
protected  Keys SingleKeyAction.key
           
 

Constructors in org.openqa.selenium.interactions.internal with parameters of type Keys
SingleKeyAction(Keyboard keyboard, Mouse mouse, Keys key)
           
SingleKeyAction(Keyboard keyboard, Mouse mouse, Locatable locationProvider, Keys key)
           
 



Copyright © 2012. All Rights Reserved.