How to add proxy to sb_cdp #4005
Answered
by
mdmintz
husseinhoss155
asked this question in
Q&A
|
I tried 2 ways but when checked what is my ip it didn't work (am using threading so cannot use Driver() and SB()) |
Answered by
mdmintz
Oct 5, 2025
Replies: 3 comments 11 replies
|
Use the |
0 replies
Answer selected by
mdmintz
|
s = sb_cdp.Chrome("about:blank",proxy=proxy_str) proxy_str is USER:PASS@SERVER:PORT but chrome is not responding to any url (internet is okay) Also I updated seleniumbase to last version in release history |
6 replies
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Use the
proxyarg in yoursb_cdp.Chrome()call.Format: "SERVER:PORT" or "USER:PASS@SERVER:PORT".