|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openqa.selenium.interactions.internal.BaseAction
public abstract class BaseAction
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 |
---|
protected final Locatable where
Constructor Detail |
---|
protected BaseAction(Locatable actionLocation)
actionLocation
- provider of coordinates for the action.protected BaseAction()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |