Hi Mariya, thank you for your neat and detailed work. I have stucked in the login set with TimeoutException error message. It seems the wait function is not working (bellow). I´m new on this. would you give a hint on how to solve it?
#target username
username = WebDriverWait(driver, 20).until(EC.element_to_be_clickable((By.CSS_SELECTOR, "input[name='username']")))
password = WebDriverWait(driver, 20).until(EC.element_to_be_clickable((By.CSS_SELECTOR, "input[name='password']")))
Hi Mariya, thank you for your neat and detailed work. I have stucked in the login set with TimeoutException error message. It seems the wait function is not working (bellow). I´m new on this. would you give a hint on how to solve it?
#target username
username = WebDriverWait(driver, 20).until(EC.element_to_be_clickable((By.CSS_SELECTOR, "input[name='username']")))
password = WebDriverWait(driver, 20).until(EC.element_to_be_clickable((By.CSS_SELECTOR, "input[name='password']")))