I am trying to automate login process for a website. In the login screen, we have username, password and login button. This login button will be enabled only when both username and password are entered.
While recording via selenium IDE,the button is getting enabled. But when i try playing the testcase, I am getting exception as '[error] Element xpath=(//ul[@id='main-nav']/li[3]/a/img)2 not found'
I tried researching about this issue and there were suggestions to use 'sendKeys', 'fireEvent'.. But nothing works for me.. Please help me to resolve this issue..
Link : Selenium Test Case Screenshot with code and exception
Solution: Selenium Test Case Screenshot with working code
Thanks, Suriya