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))
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))