Skip to content

Execute from Webpage Contextual Menu

You can run a workflow directly from the page you’re on using the browser’s right‑click menu.

This is useful when you’re browsing and want to trigger an automation without opening the Workflow Builder first.


Run a workflow from the right‑click menu

Section titled “Run a workflow from the right‑click menu”
  1. Open the web page you want to automate.
  2. Right‑click anywhere on the page.
  3. Find the Agentic WorkFlow submenu.
  4. Click the workflow you want to run.

The workflow will run using the current page as its “context” (the content and elements currently visible on that page).

This is a manual run (similar to clicking Execute Workflow in the builder).


  • The workflow runs on the page you’re currently viewing.
  • If the workflow expects something that isn’t on the page (for example, a button that doesn’t exist), it may fail or return empty results.
  • You can inspect outputs and logs the same way as any other run.

For a deeper explanation of full vs step-by-step runs, see Full and Partial Executions Inside the Designer.

If context execution is not showing, ensure:

  • The workflow is available/responding in the extension’s menu settings
  • The workflow is properly saved and enabled
  • The current page has elements or data matching the workflow’s nodes

  • Quickly run a workflow without moving to the builder
  • Trigger a workflow tailored to a given page (for scraping, extraction, etc.)
  • Test workflows in real-world contexts while browsing

If your workflow should start automatically (for example, when a page loads or on a schedule), use a trigger node such as When Started.