Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NoDriver Proxy support? #1859

Open
SpectreMz opened this issue May 3, 2024 · 3 comments
Open

NoDriver Proxy support? #1859

SpectreMz opened this issue May 3, 2024 · 3 comments

Comments

@SpectreMz
Copy link

hI GUYS
there is a way to set proxy http/s to no_driver? i need to prox more than 1 instance with different proxies.

thx

@raunaqss
Copy link

Check discussion there is an answer there.

@max32002
Copy link

browser_args = []
browser_args.append('--proxy-server=%s' % "your-proxy-string-here")
conf = Config(browser_args=browser_args)

@ghj1976
Copy link

ghj1976 commented May 29, 2024

chromium doesn't support socks5 auth but support http(s) auth. You only can use --proxy-server=socks5://ip:port

puppeteer/puppeteer#1074

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants