playwright-community/playwright-go

[Feature]: how to use ssr or ss proxy with golang

okami-chen opened this issue · 1 comments

Does the upstream have similar features?
playwright-go is just a community-driven client for playwright. For feature requests, please refer to other officially supported clients first. Nodejs / Java / .Net / Python

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Additional context
Add any other context or screenshots about the feature request here.

Just specify the http or socks5 proxy address in browser.NewContext(playwright.BrowserNewContextOptions{ Proxy: "http://[ip]:[port]")