-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Closed
Labels
C-pyPython BindingsPython BindingsD-chromeI-defectSomething is not working as intendedSomething is not working as intendedI-questionApplied to questions. Issues should be closed and send the user to community resources.Applied to questions. Issues should be closed and send the user to community resources.I-regressionSomething was working but we "fixed" itSomething was working but we "fixed" itJ-awaiting answerQuestion asked of user; a reply moves it to triage againQuestion asked of user; a reply moves it to triage againOS-windows
Description
Description
i want to use socks5 with username and password in selenium, but it does not work.
i found a way that could work around with pproxy to create a local proxy without username and password. but i wonder there should be a much better way?
Reproducible Code
proxy = "socks5://IP:PORT:USERNAME:PASSWORD"
opts.add_argument(f"--proxy-server={proxy}")
driver = webdriver.Chrome(options=opts)
Debugging Logs
it just does not connect to the socks5
ℹ️ Last known working version: 4.34.2
Metadata
Metadata
Assignees
Labels
C-pyPython BindingsPython BindingsD-chromeI-defectSomething is not working as intendedSomething is not working as intendedI-questionApplied to questions. Issues should be closed and send the user to community resources.Applied to questions. Issues should be closed and send the user to community resources.I-regressionSomething was working but we "fixed" itSomething was working but we "fixed" itJ-awaiting answerQuestion asked of user; a reply moves it to triage againQuestion asked of user; a reply moves it to triage againOS-windows