Pause automation at sign-in confirmations, approvals, QR codes, or other manual checkpoints, let a person complete the step through Remote View in the same Session, and then resume automatically.

Mandatory prerequisite: First fetch and fully execute the official Lexmount Setup Prompt returned by https://browser.lexmount.com/api/agent-setup/browser-cli, completing installation, authentication, and environment validation. Continue only after every check passes. If the URL is unreachable or validation fails, stop immediately and report it; never skip the setup or pretend it succeeded.
Task: Use browser-cli only to create a temporary Session and open https://docs.python.org/3/. Confirm that the "Tutorial" and "Library reference" entries are visible, then pause and hand control to the user through Remote View so they can choose which documentation section to open.
Flow: After the user clicks either "Tutorial" or "Library reference," inspect the final URL and main page heading again in the same Session, then automatically resume based on the user's selection.
Handoff: The user only needs to click one of the two documentation entries and does not need to reply in the chat. The Agent must not choose on the user's behalf or create another Session to conceal the handoff.
Acceptance: For "Tutorial," the final URL pathname must be /3/tutorial/index.html and the main heading must contain "The Python Tutorial." For "Library reference," the final URL pathname must be /3/library/index.html and the main heading must contain "The Python Standard Library." Automation must resume in the same Session.
Cleanup: On success, failure, timeout, or cancellation, close only the Session created for this task. If closing fails, report "partial success." Never close a pre-existing Session.
Return only the status, selected documentation section, initial and final URLs, same-Session resume result, elapsed time, cleanup result, and error summary. Do not expose API keys, Project IDs, Session IDs, or connection URLs.