Browser Automation Studio (BAS)

Official CaptchaSonic integration for the BAS ecosystem.

Browser Automation Studio (BAS)

Browser Automation Studio (BAS) is a powerful tool for visual automation. CaptchaSonic integrates into BAS through its native captcha solving actions.


Method 1: Built-in Actions (Standard)

BAS supports 2Captcha protocol out of the box. You can simply redirect these requests to our servers.

  1. Open Settings in BAS.
  2. Go to the Captchas tab.
  3. Select 2Captcha service.
  4. Enter your API Key.
  5. In the Server URL or Host field, enter: api.captchasonic.com

Method 2: Custom CaptchaSonic Module

For advanced features like specific GeeTest v4 solving or AWS WAF token generation, we provide a dedicated BAS module.

Installation

  1. Download the CaptchaSonic.bas module from the Releases Page.
  2. In BAS, go to Project -> Module Manager -> Install from file.
  3. Restart BAS to load the new actions.

Using the Module Actions

The module adds a "CaptchaSonic" folder to your action list with specific blocks:

  • Solve reCAPTCHA: Enhanced logic with custom User-Agent support.
  • Generate AWS Token: Directly outputs a valid AWS WAF cookie.
  • GeeTest 4 Solver: Handles the full handshake for modern Slide captchas.

Proactive Solving

In BAS, it is often more efficient to solve the captcha before navigating to the page if you have the sitekey. This reduces the total browser session time.

// Example Logic Flow
1. Fetch API Balance
2. Submit Task (SiteKey, URL)
3. Navigate to URL
4. Wait for Task Result
5. Inject Token into Hidden Input
6. Click Submit

Common Issues

  • Wait Timeout: Ensure you set the "Wait time" in BAS to at least 60 seconds (60000ms). AI solving is fast, but network overhead exists.
  • Browser Fingerprinting: When using the extension inside BAS, ensure "Enable Extensions" is checked in the browser settings.

Download BAS Module v1.2.0