org.openqa.selenium.interactions.internal
Class BaseAction

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

public abstract class BaseAction
extends Object

Base class for all actions.


Field Summary
protected  Locatable where
           
 
Constructor Summary
protected BaseAction()
          No locatable element provided - action in the context of the previous action.
protected BaseAction(Locatable actionLocation)
          Common c'tor - a locatable element is provided.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

where

protected final Locatable where
Constructor Detail

BaseAction

protected BaseAction(Locatable actionLocation)
Common c'tor - a locatable element is provided.

Parameters:
actionLocation - provider of coordinates for the action.

BaseAction

protected BaseAction()
No locatable element provided - action in the context of the previous action.



Copyright © 2012. All Rights Reserved.