🎉 Residential Proxies now available at 2$/GB 🎉

Chrome DevTools Protocol API Reference

All the frameworks that use the Chrome DevTools Protocol (CDP) can be configured with the following properties. You have to configure the properties in the websocket URL used to connect to our browsers.

Properties

accessKey=${ACCESS_KEY} Required

The access key is required connect to our managed pool of browsers. It's important to keep your access keys private to prevent unauthorized access. You can create your access key from the access keys dashboard.

timezone=${TIMEZONE} Optional

By default the browser will use the timezone related to hosted location. If you use our residential proxies, the timezone will be set to the proxy location. If you need to override the timezone, which is not recommended unless you provide your own proxy, you can by using one of the following timezones.

proxyCountry=${COUNTRY_CODE} Optional

To setup your proxy from a country, you have to use the ISO 3166-1 alpha 2 code of the country. It is a 2 characters code used to identify the countries.

proxyState=${STATE_CODE} Optional

To setup your proxy from a state within a country, you have to use the ISO 3166-1 subdivision code of the state. The country property is required.

proxyLocation=${LOCATION_ID} Optional

To setup your proxy from a specific city, you have to use its location ID. You can find it from the proxies dashboard.

Examples

wss://cdp.blitzbrowser.com?accessKey=${ACCESS_KEY}

It will connect your CDP framework to one of our browsers. No proxy will be used and you will connect to the internet from our datacenter IPs.

wss://cdp.blitzbrowser.com?accessKey=${ACCESS_KEY}&proxyCountry=${COUNTRY_CODE}

It will connect your CDP framework to one of our browsers. You will be assigned a proxy from the country to configured.