in reply to Error while using click and click_button of WWW::Mechanize

That button calls a JavaScript function, and WWW::Mechanize doesn't support JavaScript. See the section on JavaScript in the WWW::Mechanize::FAQ, and have a look at modules such as WWW::Mechanize::Firefox or WWW::Mechanize::Chrome instead.

  • Comment on Re: Error while using click and click_button of WWW::Mechanize