I have some pages which take more than 60s to load so what I want to achieve is to wait for 60s, once the 60s is done close the loading using execute_script("window.stop")
or suggest some better way if you have any.
PS - please don't suggest driver.set_page_load_timeout(120)
It is not what I am looking for.
Thanks in Advance