Skip to content

TimeoutException on the login set. #2

Description

@lucianofreitas

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']")))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions