Uses of Class
org.openqa.selenium.interactions.internal.KeysRelatedAction

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

Uses of KeysRelatedAction in org.openqa.selenium.interactions
 

Subclasses of KeysRelatedAction in org.openqa.selenium.interactions
 class KeyDownAction
          Emulates key press only, without the release.
 class KeyUpAction
          Emulates key release only, without the press.
 class SendKeysAction
          Sending a sequence of keys to an element.
 

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

Subclasses of KeysRelatedAction in org.openqa.selenium.interactions.internal
 class SingleKeyAction
          Used both by KeyDownAction and KeyUpAction
 



Copyright © 2011. All Rights Reserved.