Skip to main content
An action_node represents a single atomic action. Each node contains exactly one action type.

Structure

Action Types

Each action node contains exactly one of:

Timing Properties

Default Timing by Action Type

Examples

Basic Click

With Custom Timing

Sleep-Only Node

Use a sleep_action when you want to pause without performing any browser interaction. sleep_time is specified in seconds:

Fail State Node

A fail_state_action is used to handle failure states in the automation. It will stop the automation, raise an exception with the provided failure message and mark it as failed.
fail_state_action can also be used with variables.

Opens New Tab

See Timing & Retries for detailed timing configuration.