-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[Error] Proxy chrome extension reload requires developer mode to be enabled #3610
-
Hi @mdmintz ,
I'm current using uc=True
of seleniumbase with authorized proxies. I've a use-case where i need to change the proxy on the fly without closing the browser. I understand that it's not supported currently in seleniumBase. But for few months i was working on a workaround to solve this. The workaround is:
- Locate proxy extension dir in local
- modify background.js with new proxy details
- reload the extension using UI (chrome://extensions/)
But now, for last few days this method has been throwing an error: Turn on developer mode to use this extension, which can't be reviewed by the Chrome Web Store.
Can you help for any solution to this without enabling developer option?
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 2 comments
-
Hi, I came across your post while searching for solution with the same issue.
I also need to change the proxy on the fly in a running SeleniumBase session.
Have you by any chance managed to find a solution or alternative approach since then? I’d really appreciate any update.
Beta Was this translation helpful? Give feedback.
All reactions
-
Use the proxy
arg when launching the browser.
Format: "SERVER:PORT"
or "USER:PASS@SERVER:PORT"
.
Those proxy settings remain for the duration of that browser session.
If you need to switch proxy settings, launch a new browser with the updated proxy
arg.
Beta Was this translation helpful? Give feedback.