Have a problem, to check that page is loaded I need to wait for all elements, but some of elements not required and shown not each time, is it possible to check that page is loaded when all page HTTP requests/scripts on page will be executed?
            Asked
            
        
        
            Active
            
        
            Viewed 174 times
        
    1
            
            
        - 
                    Yeah, of course. See https://stackoverflow.com/questions/5868439/wait-for-page-load-in-selenium – Nico Haase Apr 13 '21 at 14:51
- 
                    or https://stackoverflow.com/questions/36590274/selenium-how-to-wait-until-page-is-completely-loaded – Nico Haase Apr 13 '21 at 14:51
- 
                    or https://stackoverflow.com/questions/60057676/selenium-how-to-manage-wait-for-page-load – Nico Haase Apr 13 '21 at 14:51
- 
                    1thanks, will check it – Siarhei Apr 13 '21 at 14:53
