-
Sometimes the UC faile, presumably due to a timeout; there simply isn't enough time to solve it. How can the timeout be increased to ensure the UC mode always works? Or how can it be verified that the challenge has been successfully completed before proceeding to retrieve the data? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
There's an arg in UC Mode methods where you can set the SeleniumBase/examples/raw_ahrefs.py Line 10 in 11e81b0 SeleniumBase/examples/raw_games.py Line 6 in 11e81b0 If you haven't already switched to CDP Mode, you probably should because it has better stealth abilities than regular UC Mode. |
Beta Was this translation helpful? Give feedback.
There's an arg in UC Mode methods where you can set the
timeout
/reconnect_time
:SeleniumBase/examples/raw_ahrefs.py
Line 10 in 11e81b0
SeleniumBase/examples/raw_games.py
Line 6 in 11e81b0
If you haven't already switched to CDP Mode, you probably should because it has better stealth abilities than regular UC Mode.