I am using this module to fetch the web pages. At one stage I struggled to get the form details which is there inside the
tag.
How can I get it?
My actual requirement is to click the button inside the form. But the form is inside the table. When I was using forms() method it returns empty array. I also tried with click_button() method this tells an error as "Can't call method "click" on an undefined value at /usr/share/perl5/WWW/Mechanize.pm line 1403".