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.

Scalable automation

Process multiple webpages in parallel

Assign each URL to an isolated Session with controlled concurrency, then summarize status codes, page titles, duration, and failures for batch collection and site checks.

View integration options
Example · process multiple URLs with controlled browser concurrency
Example · process multiple URLs with controlled browser concurrency

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 inspect https://status.aliyun.com/, https://status.cloud.tencent.com/, and https://cloud.baidu.com/status.html concurrently, then save the combined results to artifacts/parallel-browser-results.json in the working directory.
Flow: Create no more than three temporary Sessions concurrently, with one dedicated Session per URL. For each page, collect the requested URL, final URL, status code, title, first H1, elapsed time, and sanitized error, then combine the results in input order.
Execution: Do not replace independent Sessions with multiple tabs in one Session. A failure on one page must not cancel the other tasks. If a page has no H1, record null.
Acceptance: Success requires a non-empty, parseable report, an explicit result for every page, and successful cleanup for every Session. If any page or cleanup operation fails, report “partial success.”
Cleanup: Each task may close only the Session it created and must attempt to close it on success, failure, timeout, or cancellation. Never close a pre-existing Session.
Return: Report only the overall status, success and failure counts, report path, cleanup result, and error summary. Do not expose API keys, Project IDs, Session IDs, or connection URLs.