WWW::Mechanize and Javascript
Hi all,
I am using Mechanize module of perl to do some web based testing.The client side validation which is written in javascript cannot be invoked from mechanize .
I searched for it...
The result is No.. No.. No.. Theortically Impossible.
Javascript cannot be called from Mechanize.
But I donot know how to make my script work without invoking the javascript function which contains the maximum part of the client side validation checks.Do anyone have an alternate idea to handle the problem.
Please give me any suggestion