in reply to mechanize and javascript
You should have a look at WWW::Selenium, an interface to the excellent Selenium Remote Control. Combine it with the automatic Perl code generation of the Selenium IDE Firefox plugin, and writing code that navigates websites is as easy as just clicking through the site. There's even a Test:: module available, if you're wanting to unit test your site.
(No, I'm not affiliated withe OpenQA, I just use their code a lot at work)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: mechanize and javascript
by lazybowel (Acolyte) on Mar 17, 2007 at 07:04 UTC |