Package org.openqa.selenium.interactions
Class Sequence
java.lang.Object
org.openqa.selenium.interactions.Sequence
- All Implemented Interfaces:
Encodable
A sequence of action objects for a given
InputSource
for use with the W3C Action commands. In the spec, an action is
composed of a list of sequences, one per InputSource
. Each of these is composed of Interaction
s, with the first item in each sequence being executed at the same time, then the
second, and so on, until all interactions in all sequences have been executed.-
Constructor Summary
-
Method Summary