How to handle Page Unresponsive in selenium | Selenium Forum
S
Sundaram Iyer Posted on 06/09/2021

Example: Using google chrome, while trying to select a size for a product on amazon, I noticed a window "Page Unresponsive"
with the info message: ""You can wait for it to become responsive or exit the page"".

 

So we can click on "wait" or "exit" but what I see is that, all the elements on the page are visible.. so how to handle such scenario in selenium as the page is taking very long tine.

 

Thanks


A
Ashish Thakur Replied on 06/09/2021

You can use explicit wait in this scenario and wait for some condition

Better would be talk to dev and get this thing fixed


Related Posts