Back to docs

Tool Fill

Category: Browser Automation · Tier: All

Fill a form field with text. MUST pass _browserToken from previous tool call to interact with the same page.

When to Use

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

Parameters

Parameter Type Required Description
selector string Yes Input field to fill (name, placeholder, label, or selector)
value string Yes Value to enter
verbose boolean No Return available inputs on failure

Example

Fill the email field with [email protected]

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