-
I've been using the following code snippet and SB from seleniumbase to pass turnstile and navigate through a website:
Now, I need to set up a rotating proxy for the driver, but I can't seem to find a solution. I've tried using How can I set up a proxy for this driver properly?" |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
That warning message about the |
Beta Was this translation helpful? Give feedback.
That warning message about the
unsupported command-line flag
won't impact the result.If you pass a valid
proxy
toSB()
,Driver()
orget_new_driver()
, then it will work.