goal
Drive browser automation toward a specified goal with an agent that chooses each step, accepts context variables, and verifies completion via a visible selector, returning the outcome and cost.
Instructions
Drive the browser towards a goal: Jev decides every step, jevnav acts.
``context_json`` is a JSON object of values the goal may need, e.g.
{"email": "a@b.c", "password": "${PW}"}. ``success`` is a selector that
must be visible when the goal is done: pass it and the outcome comes
back verified or the run is reported as unverified. Returns the outcome
(done, stuck, review, ...), the steps taken, cost and the verification.
Risky steps stop the loop and come back unexecuted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | Yes | ||
| success | No | ||
| max_steps | No | ||
| context_json | No | {} |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |