Blocks & Flow EditorBrowser
action chain
The **action chain** block performs a series of browser actions in sequence on one or more elements.
The action chain block performs a series of browser actions in sequence on one or more elements.
Configuration
| Field | Description |
|---|---|
| Display Name | Optional label shown on the block in the canvas. |
| List of Actions | Table of actions to execute in order. |
| Event | Action type per row: Left Click, Right Click, Double Click, Move over, Scroll, Focus. |
| Selector | XPath or CSS Selector per action row. |
| Selector Value | Selector expression for each action. |
| Timeout | Wait time per action (default 30 seconds). |
Outputs
| Port | Description |
|---|---|
| Output 1 | Fires after all actions complete |
Notes
- Browser operation blocks require launch browser to be used earlier in the flow.
- Add multiple action rows for complex interactions