Question
Login button disabled even after username & password
Hi,
I am trying to automate "http://training.openspan.com/login" login page.
Issue: Even after giving username & password, Sign in button is showing disabled.
1. Open "http://training.openspan.com/login" --> Success
2. Entering username --> Success
3. Entering password --> Success
4. click sign in button --> Failure (even after entering username & password, Sign in button disabled)
Attached for reference
Image1 -- http://training.openspan.com/login
Image2 -- Automation work page
Thanks in advance
Part of that exercise is learning how to look at the inner HTML of the password field and seeing that the button is enabled when a specific event is raised and then raising that in the automation.