in reply to Enabling javascript in Mechanize?
I'm starting to use Selenium along with Test::WWW::Selenium to test my web apps. It's a bit tricky, but it gets around the Javascript issue very neatly.
And, in general, you should try to do as much manually as possible -- see what happens in a real browser, as another reply suggests. It could be that the web site will gracefully degrade if the client won't do Javascript.
|
|---|