public class RemoteActionChainExecutor extends java.lang.Object implements ActionChainExecutor
| Modifier and Type | Field and Description |
|---|---|
protected ExecuteMethod |
executor |
| Constructor and Description |
|---|
RemoteActionChainExecutor(ExecuteMethod executor) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(org.openqa.selenium.interactions.Action action) |
protected final ExecuteMethod executor
public RemoteActionChainExecutor(ExecuteMethod executor)
public void execute(org.openqa.selenium.interactions.Action action)
execute in interface ActionChainExecutoraction - action to execute, can be a single action or a CompositeAction