How to add proxy to sb_cdp #4005
-
I tried 2 ways but when checked what is my ip it didn't work (am using threading so cannot use Driver() and SB())
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 11 replies
-
Use the |
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Use the
proxy
arg in yoursb_cdp.Chrome()
call.Format: "SERVER:PORT" or "USER:PASS@SERVER:PORT".