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(org.openqa.selenium.internal.Locatable actionLocation)
Common c'tor - a locatable element is provided.
|