|
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?" |
Answered by
mdmintz
Feb 29, 2024
Replies: 1 comment 2 replies
|
That warning message about the |
2 replies
Answer selected by
mdmintz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


That warning message about the
unsupported command-line flagwon't impact the result.If you pass a valid
proxytoSB(),Driver()orget_new_driver(), then it will work.