Skip to content

In Page Action

In Page Action nodes operate against the active browser tab. They replace the older extension-specific grouping while keeping the source-defined /nodes/extension/... documentation paths.

Use these nodes to extract page contents, display data in the page, automate UI interactions, fill forms, wait for elements, and capture page state.

These nodes read or change the current page. Their behavior depends on the active tab, selected text, loaded DOM, visible elements, page permissions, and timing.

flowchart LR
  Page["Active tab"] --> Node["In Page Action"]
  Selection["Selected text"] --> Node
  DOM["Loaded DOM"] --> Node
  Node --> Output["Workflow items"]
  Node --> PageChange["Optional page change"]

If an action clicks, fills, submits, or changes the page, add Wait For Element or Wait before reading the next state.