org.openqa.selenium.interactions.internal
Class SingleKeyAction

java.lang.Object
  extended by org.openqa.selenium.interactions.internal.BaseAction
      extended by org.openqa.selenium.interactions.internal.KeysRelatedAction
          extended by org.openqa.selenium.interactions.internal.SingleKeyAction
Direct Known Subclasses:
KeyDownAction, KeyUpAction

public abstract class SingleKeyAction
extends KeysRelatedAction

Used both by KeyDownAction and KeyUpAction


Field Summary
protected  Keys key
           
 
Fields inherited from class org.openqa.selenium.interactions.internal.KeysRelatedAction
keyboard, mouse
 
Fields inherited from class org.openqa.selenium.interactions.internal.BaseAction
where
 
Constructor Summary
protected SingleKeyAction(Keyboard keyboard, Mouse mouse, Keys key)
           
protected SingleKeyAction(Keyboard keyboard, Mouse mouse, Locatable locationProvider, Keys key)
           
 
Method Summary
 
Methods inherited from class org.openqa.selenium.interactions.internal.KeysRelatedAction
focusOnElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

protected final Keys key
Constructor Detail

SingleKeyAction

protected SingleKeyAction(Keyboard keyboard,
                          Mouse mouse,
                          Keys key)

SingleKeyAction

protected SingleKeyAction(Keyboard keyboard,
                          Mouse mouse,
                          Locatable locationProvider,
                          Keys key)


Copyright © 2012. All Rights Reserved.