Hi, I am using jquery and Ajax as the front end in my web application, so I am working on automation of the test environment using casperjs. due to the use of jquery - ajax, I can not track the application whether the page is loaded or not, and many other events. so during development Iām going to view the actions in the browser, not in text mode.
Is it possible to view test scripts that run through browser actions?
javascript casperjs
Srikanth malyala
source share