jev_browser_run
Executes browser automation in background Chrome, taking up to 30 steps to achieve a goal. Open a page with a URL and continue multi-step tasks by reusing the session ID.
Instructions
Run one Jev chunk in background Google Chrome. Default 12 steps, maximum 30, and 45 seconds. Pass url to open a page. Chrome stays open and the same Jev history is kept. Safe keys are Enter, Escape, Tab, Shift+Tab, PageUp, PageDown, Home, and End. If status is step_limit or budget, inspect the screenshot and call again with the same session_id and goal, without url, only when the task is still valid. If status is needs_verification, stop and verify the screenshot yourself. That status is not a pass. Jev does not type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| goal | Yes | ||
| policy | No | ||
| tab_id | No | ||
| controls | No | ||
| max_steps | No | ||
| session_id | No | ||
| min_confidence | No | ||
| allowed_origins | No |