Issue with uc_open_with_reconnect Not Navigating Properly #2995
benfrankie
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am experiencing an issue with the uc_open_with_reconnect method in SeleniumBase. Occasionally, it does not navigate to the specified URL, either silently or by raising a TimeoutException. This results in the previous page remaining in the browser and causes my script to fail.
Here are some details:
The method is called, but sometimes the navigation does not occur as expected.
I have implemented retry logic and URL verification, but the issue persists.
The problem appears intermittently, and the previous page is shown in the screenshot when a TimeoutException occurs.
Example log entries:
ERROR - Page load timeout: Message: script timeout
Could you provide guidance on how to resolve this issue or suggest an alternative method for reliable navigation with anti-detection features?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions