Tool-specific limitations to plan around
Playwright accepts a proxy object with server, username, and password fields at the browser or browser-context level, so each context can carry its own endpoint. The server value takes a protocol prefix such as http:// or socks5://.
- Context-level proxies need the browser launched without a proxy of its own; a browser-level proxy overrides context settings.
- SOCKS5 in Playwright works at the browser level; confirm the protocol your run needs before choosing the endpoint.