In Page Action
In Page Action
Section titled “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.
Browser Context Matters
Section titled “Browser Context Matters”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.
Common Starting Points
Section titled “Common Starting Points”- Get Selected Text for manual text capture.
- Get All Text for readable page content.
- Get Page Metadata for title, URL, and metadata extraction.
- Display Object or Display Markdown for showing results in the browser.
- UI Automation for page interaction steps.