-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Proxy with auth triggers dialog popup #3663
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
Comments
Good to know : And even when setting up the proxy manually on my laptop, I still have the dialog popup with my browser. |
I'm not able to reproduce this. I also see some discrepancies in your code chunk:
Note that once you set the |
Have the same issue only on mac, on windows work perfect |
Same here, mac m1. 136 chrome version (seems like manifest v2 is removed and extenstions are not working. @mdmintz can you help me please? |
![]() Chrome is up to date
|
There's a situation going on now related to extensions / setting a proxy. See #3771 for details. |
Uh oh!
There was an error while loading. Please reload this page.
Hi,
trying to enable a proxy with authentication. Proxy string is "username:password@ip:port", but it still triggers a dialog popup, which is a system level popup, so not possible to interact with it with Javascript.
Since you discourage to use selenium wire or other Header injection techniques, what should I do ?
Chrome version is chrome=135.0.7049.42
Here is the code :
Thanks
The text was updated successfully, but these errors were encountered: