in reply to Re^3: WWW::Mechanize::Firefox clicking on a div doesn't work
in thread WWW::Mechanize::Firefox clicking on a div doesn't work

I understand. Should the WWW:M:F module be able to click through regardless? If I feed it the div and x,y coordinates both shouldn't the javascript fire off without me needing to do an eval_in_page? Thanks for your help.
  • Comment on Re^4: WWW::Mechanize::Firefox clicking on a div doesn't work

Replies are listed 'Best First'.
Re^5: WWW::Mechanize::Firefox clicking on a div doesn't work
by Corion (Patriarch) on Oct 29, 2014 at 08:02 UTC

    The support for coordinates in ->click did not work at all in versions of WWW::Mechanize::Firefox before 0.78.

    Still, you will need to learn how Javascript interacts with HTML if you want to automate Javascript-heavy websites.