in reply to "Clicking" a button with WWW::Mechanize

use (firefox) to click it, and examine what firefox sends, Use http://WireShark.org or LiveHTTPHeaders to figure out what works from the browser and send something like that using Mechanize ( you can automate this using HTTP::Recorder, Web Testing with HTTP::Recorder ) ,... or use WWW::Mechanize::Firefox, it drives firefox underneath

  • Comment on Re: "Clicking" a button with WWW::Mechanize (firefox for javascript)

Replies are listed 'Best First'.
Re^2: "Clicking" a button with WWW::Mechanize (firefox for javascript)
by jclh (Initiate) on Jun 08, 2013 at 22:41 UTC
    Thank you! HTTP::Recorder did the trick!