org.openqa.selenium.internal.interactions
Class KeysRelatedAction

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

public abstract class KeysRelatedAction
extends BaseAction

Represents a general action related to keyboard input.


Field Summary
 
Fields inherited from class org.openqa.selenium.internal.interactions.BaseAction
onElement, parent
 
Constructor Summary
protected KeysRelatedAction(WebDriver parent, WebElement toElement)
           
 
Method Summary
protected  void focusOnElement()
           
protected  Keyboard getKeyboard()
           
 
Methods inherited from class org.openqa.selenium.internal.interactions.BaseAction
getMouse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeysRelatedAction

protected KeysRelatedAction(WebDriver parent,
                            WebElement toElement)
Method Detail

focusOnElement

protected void focusOnElement()

getKeyboard

protected Keyboard getKeyboard()
Overrides:
getKeyboard in class BaseAction


Copyright © 2011. All Rights Reserved.