Open a form page, fill its fields, submit it, then capture a screenshot as proof of submission.
Open a headless browser session at the form's URL.
browse_open({"url": "https://example.com", "mode": "honest", "sign": true})Fill the form's fields with the required values.
browse_fill({"browser_id": "example-id", "fields": {}})Click the submit button.
browse_click({"browser_id": "example-id", "ref": "example"})Capture a screenshot as proof of submission.
browse_screenshot({"browser_id": "example-id"})