Handling Script Timeout #2978
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
-
Hi Michael,
I am currently experiencing an issue with script timeout when running multiple browsers concurrently using SeleniumBase. Despite setting reasonable timeouts for individual elements and actions, my script frequently encounters timeouts, especially when managing a large number of concurrent sessions.
Here are a few details:
The problem primarily occurs during page loads and specific interactions.
I attempted to use uc_open_with_reconnect for navigating and uc_click for clicking elements.
I have already tried adjusting the timeouts for specific actions using the timeout parameter for methods like uc_click, but I still encounter script timeouts.
Could you provide guidance on best practices for managing and preventing script timeouts in SeleniumBase, particularly when running a large number of concurrent sessions?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions