JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.openqa.selenium.interactions
Interface ActionChainExecutor
All Known Implementing Classes:
RemoteActionChainExecutor
public interface
ActionChainExecutor
Interface representing an operation that allows to execute an action chain.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
execute
(
Action
action)
Method Detail
execute
void execute(
Action
action)
Parameters:
action
- action to execute, can be a single action or a CompositeAction
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method