Class Sequence

java.lang.Object
org.openqa.selenium.interactions.Sequence
All Implemented Interfaces:
Encodable

public class Sequence extends Object implements 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 Interactions, 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.