-
|
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? |
Beta Was this translation helpful? Give feedback.
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 |
Beta Was this translation helpful? Give feedback.
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