Back to docs

Tool Smart Click

Category: Browser Automation · Tier: All

Click with auto-retry and self-healing selectors. v11.8.0: Added confidence gating. Only reports success if healed selector has >= 60% confidence.

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
selector string Yes Element to click
maxRetries number No Maximum retry attempts
dismissOverlays boolean No Dismiss overlays before clicking

Example

Click the main call-to-action button (whatever it says)

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