in reply to How to set values for Controls in an application
Hi saran_techie,
If you are simply looking to automate the filling in of forms and clicking of buttons you may want to start by looking at what WWW::Mechanize. This module does not support JavaScript, so if the site in question does you need to use something like Win32::IE::Mechanize or Mozilla::Mechanize.
Alternativly read Using WWW::Selenium To Test Or Automate An Ajax Website from the tutorials section of this site.
Hope this helps,
Martin
|
|---|