Temptations
New Member
I am trying to record a functional test with selenium IDE plug in for Firefox. I am testing in the login functionality of an asp.net mvc application.But it is not picking up the username and password.\[code\][info] Executing: |open | / | |[info] Executing: |click | id=loginLink | |[info] Executing: |type | id=UserName | admin |[error] Element id=UserName not found \[/code\]The username and password is displayed using The from account controller, jsonlogon is partial displayed with jqueryui dialog.