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
Keyactions. - A sequence containing
Pointeractions for a mouse. - A sequence containing
Nullactions. - A sequence containing
Pointeractions for a pen device. - A sequence containing
Pointeractions 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.