Expand description
Actions functionality for WebDriver.
Structs§
- A sequence of actions to be performed.
- A list of action sequences to be performed via [
Client::perform_actions()
] - A sequence containing
Key
actions. - A sequence containing
Pointer
actions for a mouse. - A sequence containing
Null
actions. - A sequence containing
Pointer
actions for a pen device. - A sequence containing
Pointer
actions for a touch device.
Enums§
- An action performed with a keyboard.
- An action not associated with an input device (e.g. pause).
- An action performed with a pointer device.
Constants§
- Left mouse button constant for use with
PointerAction
. - Middle mouse button constant for use with
PointerAction
. - Right mouse button constant for use with
PointerAction
.
Traits§
- A source capable of providing inputs for a browser action chain.