Logo of LexmountLexmount Browser
BlogDocs
Logo of LexmountLexmount Browser
Logo of LexmountLexmount Browser

Elastic cloud browser infrastructure for AI agents

GitHubGitHubEmail

Product

  • Features
  • Quick Start
  • Templates
  • Pricing
  • FAQ

Resources

  • Blog
  • Documentation
  • Changelog
  • Roadmap

Company

  • About
  • Contact
  • Waitlist

Legal

  • Cookie Policy
  • Privacy Policy
  • Terms of Service

© 2026 Lexmount Browser All Rights Reserved.

Human handoff

Hand off to a person, then resume automation

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.

View integration options
Example · pause for a human action and resume in the same Session
Example · pause for a human action and resume in the same Session

Integration options

Replace the variables, then copy this prompt to your agent
Mandatory prerequisite: First fetch and fully execute the official Lexmount Setup Prompt returned by https://browser.lexmount.cn/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://browser.lexmount.cn/docs. Confirm that the Python SDK and Node.js SDK quickstart entries are visible, then pause and hand control to the user through Remote View so they can choose a development language.
Flow: After the user clicks either “Python SDK Quickstart” or “Node.js SDK Quickstart,” 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 SDK entry 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: The final URL must enter /docs/python-sdk/quickstart or /docs/nodejs-sdk/quickstart, the main heading must match the selected SDK, and 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: Report only the status, selected SDK, 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.