Thread

Posted on Wed Mar 8 09:09:25 2006 by novice
Need help for using Win32-IE-Mechanize
Hi,I am new to win32-IE-Mechanize.I am trying to automate a site.I was using WWW::Mechanize.Since the client side includes cannot be called from Mechanize..I am now looking into win32-IE-Mechanize. I am new to this module.The site doesnot contain any button.All click operation are handled with onmouseover action.Using Mechainze,I found the next url and used current_form , submit actions. But this seems to give CGI error here.Please give me some suggestion.
Direct Responses: 1918 | Write a response
Posted on Thu Mar 9 04:50:47 2006 by geoffmulhall in response to 1913
Re: Need help for using Win32-IE-Mechanize
I'm guessing that since you don't have a button you have a url to click. If that is the case just code $ie->get('$url'); I find IE dom inspector really useful to use to extract the form names, url's etc etc. See http://www.ieinspector.com/dominspector/index.html Geoff
Write a response