in reply to page screenshot using www::mechanize::firefox

If you're not sold on WWW::Mechanize::Firefox, you can use phantomjs for "headless" screenshots. here's an example script. Note that this is based on a different rending engine (Webkit, whereas firefox uses Gecko).

  • Comment on Re: page screenshot using www::mechanize::firefox

Replies are listed 'Best First'.
Re^2: page screenshot using www::mechanize::firefox
by satyashani (Initiate) on Mar 02, 2012 at 18:42 UTC
    This one does the job perfectly. Now I don't need to start firefox everytime. Thanks.