Route your browser session traffic through a custom SOCKS5 proxy.Documentation Index
Fetch the complete documentation index at: https://docs.driver.dev/llms.txt
Use this file to discover all available pages before exploring further.
Using a Proxy
Pass a SOCKS5 proxy URL when creating a session:Proxy URL Format
| Component | Required | Description |
|---|---|---|
socks5:// | Yes | Protocol (only SOCKS5 supported) |
username:password@ | No | Authentication credentials |
host | Yes | Proxy server hostname or IP |
port | Yes | Proxy server port |
Examples
Notes
- Only SOCKS5 proxies are supported
- HTTP/HTTPS proxies are not supported
- UDP enabled proxies are greatly encouraged
- Proxy must be accessible from Driver infrastructure
- Proxy errors will cause the session to fail