Uses of Class
org.openqa.selenium.Keys

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

Uses of Keys in org.openqa.selenium
 

Methods in org.openqa.selenium that return Keys
static Keys Keys.valueOf(java.lang.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
 ActionChainsGenerator ActionChainsGenerator.keyDown(Keys theKey)
           
 ActionChainsGenerator ActionChainsGenerator.keyDown(WebElement element, Keys theKey)
           
 ActionChainsGenerator ActionChainsGenerator.keyUp(Keys theKey)
           
 ActionChainsGenerator ActionChainsGenerator.keyUp(WebElement element, Keys theKey)
           
 

Constructors in org.openqa.selenium.interactions with parameters of type Keys
KeyDownAction(WebDriver parent, Keys key)
           
KeyDownAction(WebDriver parent, WebElement toElement, Keys key)
           
KeyUpAction(WebDriver parent, Keys key)
           
KeyUpAction(WebDriver parent, WebElement toElement, Keys key)
           
 

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

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

Constructors in org.openqa.selenium.internal.interactions with parameters of type Keys
SingleKeyAction(WebDriver parent, Keys key)
           
SingleKeyAction(WebDriver parent, WebElement toElement, Keys key)
           
 



Copyright © 2011. All Rights Reserved.