Proxy is not working on a pc and working on another #4090
Unanswered
husseinhoss155
asked this question in
Q&A
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
from seleniumbase import SB
PROXY = "USER:PASS@HOST:PORT"
with SB(uc=True, proxy=PROXY) as sb:
this same code opens on my pc with extension appearing and proxy is working
but on another pc extension is not there (and there is AI mode beside google search when chrome opens before redirecting to url but I think this won't differ)
Beta Was this translation helpful? Give feedback.
All reactions