browse
Accomplish a plain-English goal on a web page end-to-end: an automated Chrome agent performs every click and field entry, then returns status and final page content. Optionally open a URL first.
Instructions
Accomplish a plain-English goal on a web page end to end: a Jev-driven Chrome picks and executes every click and field at ~300 ms per step. Pass url to open a page, or omit it to continue in the current tab. Returns status (done | blocked | stuck | budget | timeout | error), the steps taken, and the final page: url, title, visible text, numbered elements. One call replaces a whole click-by-click session. Needs TYPESAFE_API_KEY and TEXT_MODEL_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Page to open. Omit to continue in the current tab. | |
| goal | Yes | What to do and when to stop, e.g. 'Find the yearly price of the Pro plan; stop when it is visible'. | |
| timeout_s | No | ||
| screenshot | No | Also return a JPEG of the final page. | |
| max_actions | No |