Hi
our website is developed using angularJS and HTML5 . I am trying to record a coded UI for the login.
Recording is good and code is generated properly, however when i run the script, it presses the login button but login is not successful.
Infact nothing happens on the login page, and userid and password field becomes empty without user being on the next page.
However, if i login manually - things works perfect.
i tried to debug the jscript in IE11 and i found one error (when running from coded UI)
"Accessing the 'arguments' property of a function is not allowed in strict mode"
Does any one else have the same issue -?
any solution?