ActionSequence¶
This is a JavaScript wrapper for ActionSequence of Selenium .NET library. Use PointerInputDevice.CreateActionSequence to create an instance of ActionSequence.
var sequence = p.CreateActionSequence(p);
// where p is an instance of PointerInputDevice
Action Summary¶
| Action | Description |
|---|---|
| AddAction | Adds an interaction to the sequence. |
Action Detail¶
AddAction¶
Adds an interaction to the sequence. See WebDriver.CreatePointerInput.
sequence.AddAction(interaction);
Parameters:
| Name | Type | Description |
|---|---|---|
| interaction | Interaction | Interaction object returned by one of calls to PointerInputDevice. |