|
Hello! Could you please tell me, why sometimes i see in logs that driver refreshed page, but it got stuck forever on waiting for element, and code pauses without raising "element not found" exception after timeout? |
Answered by
mdmintz
Feb 17, 2026
Replies: 1 comment 3 replies
|
Something on that website isn't loading, but you can change the pls="none"Some of the examples use that: https://github.com/search?q=repo%3Aseleniumbase%2FSeleniumBase%20pls%3D%22none%22&type=code |
3 replies
Answer selected by
mdmintz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Something on that website isn't loading, but you can change the
page_load_strategywhen launching the browser to get around that:Some of the examples use that: https://github.com/search?q=repo%3Aseleniumbase%2FSeleniumBase%20pls%3D%22none%22&type=code