Back to docs

Tool Screenshot

Category: Browser Automation · Tier: All

Take a screenshot of the current page. IMPORTANT: Pass _browserToken from a previous tool call to see the same page. Without it, you get a blank new browser.

When to Use

Browser automation tools map to human motor interaction research. Click accuracy, form filling speed, and scroll behavior follow established HCI models.

Parameters

Parameter Type Required Description
path string No Optional path to save the screenshot

Example

Take a screenshot of the current page state

Tips

  • Pass _browserToken from a previous tool call to maintain the same browser session
  • The tool returns a _browserToken in its response — pass it to subsequent calls
  • Without _browserToken, each call gets a fresh browser (blank page)

Research

Related

From the Blog