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-residential", // Optional, defaults to anchor-residential
    }
}

Example usage of the browser configuration in code: