Python Webdriver wait until url loaded with no timeout

Viewed 36

How do I set timeout not 30 seconds but until the page is loaded, or any other solution for page wait to loaded fully ?

WebDriverWait(driver, 30).until(EC.url_to_be(link))
0 Answers
Related