playwright-go icon indicating copy to clipboard operation
playwright-go copied to clipboard

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

Open okami-chen opened this issue 1 year ago • 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.

okami-chen avatar Jun 14 '24 03:06 okami-chen

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

canstand avatar Jun 18 '24 02:06 canstand