Improving this exported trace demo or a debugging note? Use the First PR Recipe to keep the first contribution small and reviewable.
RuntimeError: Browser Use navigated away from the upload page; upload preview never appeared
https://app.example.test/upload{"task": "Upload the local HTML report with Browser Use.", "browser_state": {"url": "about:blank", "title": "New tab"}}{"thought": "Open the app upload page before attaching the local file.", "action": "go_to_url", "url": "https://app.example.test/upload"}https://app.example.test/upload{"browser_state": {"url": "https://app.example.test/upload", "title": "Upload report"}, "file_input": "input[type=file]", "candidate_file": "file:///tmp/browsertrace-report.html"}{"thought": "The upload control needs the local HTML file.", "action": "upload_file", "path": "file:///tmp/browsertrace-report.html", "expected": "preview renders uploaded HTML"}file:///tmp/browsertrace-report.html{"previous_url": "https://app.example.test/upload", "selected_action": "upload_file", "path": "file:///tmp/browsertrace-report.html"}{"action": "navigate", "url": "file:///tmp/browsertrace-report.html", "risk": "The local file path was treated as a navigation target instead of an upload payload."}file:///tmp/browsertrace-report.htmlRuntimeError: Browser Use navigated away from the upload page; upload preview never appeared
{"expected_url": "https://app.example.test/upload", "actual_url": "file:///tmp/browsertrace-report.html", "expected_preview": "browsertrace-report.html"}{"status": "failed", "missing": "uploaded file preview", "actual_url": "file:///tmp/browsertrace-report.html"}