http://www.perlmonks.org?node_id=362928


in reply to Re^2: Using Perl to Test a Web App that uses Javascript
in thread Using Perl to Test a Web App that uses Javascript

It doesn't matter what the JavaScript does. All that matters is what eventually gets sent back to the server after the JavaScript finishes. That can be captured and tested with Mechanize, since it's just an HTTP request like any other.