Prerequisites

Before using AgentGo, you need to:

  1. Obtain an API Token

  2. Install Playwright

    • Install Playwright v1.50.0 or higher:
    npm install [email protected]
    

    Note: Python package compatibility is currently under testing.

Technical Specifications

Browser Connection

  • Browser server address: wss://app.browsers.live
  • Currently only supports Chromium-based browsers
  • chromium.connectOverCDP() is not supported

Browser Instance Limitations

  • Browser instances are released after 30 seconds of inactivity (no input/output)
  • Maximum concurrent pages per browser: 4
  • File upload/download operations are not supported and untested

CDP Network Features

  • Using CDP Network features (e.g., page.on(), page.route()) requires:
    1. Additional resource allocation
    2. Special token configuration - contact AgentGo support to enable these features

CAPTCHA Handling

  • Built-in CAPTCHA solving support for:
    • Cloudflare Turnstile
    • reCAPTCHA V2
  • After solving a CAPTCHA once, cookies are saved for subsequent visits
  • For pages with potential CAPTCHA:
    • Strongly recommended to increase page load timeout to 90 seconds
    • reCAPTCHA solving can take significant time