Skip to content

Not able to use SeleniumBase with SOCKS5 AUTH Proxy #3723

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

Closed
JorgeGAGR opened this issue May 2, 2025 · 1 comment
Closed

Not able to use SeleniumBase with SOCKS5 AUTH Proxy #3723

JorgeGAGR opened this issue May 2, 2025 · 1 comment
Labels
duplicate The answer/solution already exists somewhere

Comments

@JorgeGAGR
Copy link

JorgeGAGR commented May 2, 2025

Using the following code:


from seleniumbase import Driver

browser = Driver(browser="chrome", headed=True, proxy='socks5://USER:PASS@PROXY_IP:1080')
browser.get("https://www.google.com")
input()

Returns:
Image

I've confirmed proxy its up and working.
I've already tried different versions of the proxy argument.
Sorry for broken English

@mdmintz mdmintz added the duplicate The answer/solution already exists somewhere label May 2, 2025
@mdmintz
Copy link
Member

mdmintz commented May 2, 2025

Duplicate of #2518 (comment)

@mdmintz mdmintz closed this as completed May 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate The answer/solution already exists somewhere
Projects
None yet
Development

No branches or pull requests

2 participants