org.openqa.selenium.internal.interactions
Class BaseAction

java.lang.Object
  extended by org.openqa.selenium.internal.interactions.BaseAction
Direct Known Subclasses:
ButtonReleaseAction, ClickAction, ClickAndHoldAction, ContextClickAction, DoubleClickAction, KeysRelatedAction, MoveMouseAction, MoveToOffsetAction

public abstract class BaseAction
extends java.lang.Object

Base class for all actions.


Field Summary
protected  WebElement onElement
           
protected  WebDriver parent
           
 
Constructor Summary
protected BaseAction(WebDriver parent, WebElement onElement)
           
 
Method Summary
protected  Keyboard getKeyboard()
           
protected  Mouse getMouse()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parent

protected final WebDriver parent

onElement

protected final WebElement onElement
Constructor Detail

BaseAction

protected BaseAction(WebDriver parent,
                     WebElement onElement)
Method Detail

getKeyboard

protected Keyboard getKeyboard()

getMouse

protected Mouse getMouse()


Copyright © 2011. All Rights Reserved.