Issue DescriptionWhen running the Here is the relevant part of the script where the error occurs: Replacing uc_open_with_reconnect with self.driver.open("seleniumbase.io/apps/turnstile") in the script avoids the error and executes as expected. However, I need to use uc_open_with_reconnect for its reconnect capabilities. here is the full code: |
Answered by
mdmintz
Apr 14, 2024
Replies: 2 comments
|
You're using an old version of SeleniumBase (from last year). Upgrade to the latest version. |
0 replies
Answer selected by
mdmintz
|
Thank you for help. Updating to the newest version not only resolved this issue but also fixed several other problems I was encountering. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You're using an old version of SeleniumBase (from last year). Upgrade to the latest version.