Proxy authentication stopped working #3795
Closed
SofttouchCode
started this conversation in
General
Replies: 1 comment 1 reply
-
Make sure you’re using the latest version of SeleniumBase. Chrome 137 had major changes that affected extensions, which affects proxy authentication, but that was already patched in SeleniumBase. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
With seleniumbase driver, using a private proxy with username and password, Chrome now popup all the time the proxy authentication alert, even the proxy works fine, asking for username and password.
I set the proxy as usual like "Driver(uc=True, headless=False, proxy='user:pass@ip:port')
That works all the time, but since the last couple of chrome updates (and with that the chromedirver update via seleniumbase), chrome popup the authentication alert. Its like chrome blocks the extension that seleniumbase generate on the fly to set the proxy.
What can I do? Waiting for a seleniumbase update?
Beta Was this translation helpful? Give feedback.
All reactions