Hello,
I want to automate browsers IE and FF. I used WWW::Mechanize module but everything it does in background, nothing is visible. I used Win32::IEAutomation.pm but it is only for IE. I have to automate an e-commerce website in both IE and FF. So can you please help me out here, Which module should I go for and what wud be the best thing to do this in perl.
Thanks in advance.













try Mozilla::Mechanize
http://search.cpan.org/~slanning/Mozilla-Mechanize-0.05/lib/Mozilla/Mechanize.pm
it is normal that WWW::Mechanize won’t you show you anything, it would be up to you to show something, to console or creating a GUI !