Browser configuration object

The browser is controlled via the Browser Configuration Object, a JSON structure formatted as follows:

{ 
  "adblock_config": { "active":true }, // Default: true
  "captcha_config": { "active":true }, // Default: true
  "proxy_config": 
    {
        "active": true, // Default: false,
        "type" : "anchor-resedential", // Optional, defaults to anchor-residential
    }
}

Example usage of the browser configuration in code:

Proxy Configuration

  • type - Proxy type, currently only anchor-resedential supported
Only proceed to steps 3 and 4 if you wish to control your browser in code

Automated Captcha solving

CAPTCHA challenges are resolved automatically when captcha_config is set to active: true, which is enabled by default.