in reply to Re: WWW::Mechanize::Firefox follow link with javascript
in thread WWW::Mechanize::Firefox follow link with javascript

Thanks for the help. For the benefit of anyone else with this problem, the solution was to use the find_all_links_dom() function which returns the correct sort of link objects to use with the click function.

  • Comment on Re^2: WWW::Mechanize::Firefox follow link with javascript