I try to use webdriver with chrome but I always have a problem with this error "TimeoutException". I try to use WebDriverWait(driver, 3).until(lambda x: x.find_element_by_id.
I replace 3 with 5 or 10 just for having more times but I'm always blocked. I join a screen of the error:
I need help. Thanks.
