Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Route a hosted browser session through your SOCKS5 proxy.
proxyUrl
const session = await client.browser.session.create({ type: "hosted", proxyUrl: "socks5://user:pass@proxy.example.com:1080", });
socks5://username:password@host:port
nodeId