Proxy
Browser runtimes can route all traffic through a proxy. Use this for geo-targeting, IP rotation, or accessing region-locked content.
Configuring a proxy
Pass a proxy configuration when launching the runtime:
Driver-level proxy
You can also configure proxies at the driver level using the native driver options.
Playwright
Puppeteer
Proxy with authentication from vault
Store proxy credentials in the vault and reference them at launch:
No proxy
Pass null to explicitly disable proxying:

