public abstract class BaseAction
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected org.openqa.selenium.internal.Locatable |
where |
Modifier | Constructor and Description |
---|---|
protected |
BaseAction()
No locatable element provided - action in the context of the previous action.
|
protected |
BaseAction(org.openqa.selenium.internal.Locatable actionLocation)
Common c'tor - a locatable element is provided.
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
getTargetId() |
protected BaseAction(org.openqa.selenium.internal.Locatable actionLocation)
actionLocation
- provider of coordinates for the action.protected BaseAction()