browser_act
Describe web page actions in natural language to automate clicking, typing, and navigation.
Instructions
Perform an action on a web page using AI-powered browser automation. Use when you need to click, type, navigate, or otherwise interact with a page. (50 credits)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL of the web page to act on | |
| max_steps | No | Maximum number of steps to attempt (default: 10, range: 1-50) | |
| instruction | Yes | Natural language instruction describing the action to perform (e.g. "Click the sign in button") |