- id: fill_form
tool: BROWSER_USE_SANDBOX_RUN_TASK
input:
- name: task
value: "Go to https://example.com/contact, fill in the name and email fields, then stop before clicking submit."
- name: llm_model
value: gpt-4.1
- name: keep_session
value: "true"
- id: wait_for_approval
tool: WAIT_FOR_APPROVAL
input:
- name: message
value: "Please review the filled form and approve to submit."
- id: submit_form
tool: BROWSER_USE_SANDBOX_RUN_TASK
input:
- name: sandbox_id
value: "{{steps.fill_form.result.sandbox_id}}"
- name: task
value: "Click the submit button. Reviewer comment: {{steps.wait_for_approval.result.comment}}"
- name: llm_model
value: gpt-4.1
- name: capture_screenshot
value: "true"