Skip to content

Page Load

Run the flow when a matching browser tab finishes loading.

Triggers workflow execution when a browser tab finishes loading a page matching specified URL patterns.

Use this trigger to automate actions on specific websites, such as scraping data or modifying page content after load.

SettingNotes
URL PatternsSource-backed field from the node schema.

Starts the workflow and passes trigger context to downstream nodes when context is available.

  • No explicit credential or node dependency is declared in the node description.

Create a workflow with Page Load as the first node, then connect it to the action nodes that should run after the trigger fires.

  • Check that required settings are present before running the node.
  • If the node uses browser page data, run it on the target tab after the page has loaded.
  • If it calls an external service, verify credentials, permissions, and rate limits.
  • This node has source tests; use them as the reference for edge-case behavior during maintenance.