http://www.perlmonks.org?node_id=958009


in reply to Re: WWW::Scripter eval of JQuery
in thread WWW::Scripter eval of JQuery

Thanks for the thorough explanation... I had the feeling that evaling JQuery might have been probably overkill for what I really need. Yep, I looked at mechanize::firefox but it seems to require firefox running with a GUI. Do you know if there is any way to run firefox without GUI or run the Gecko engine as a library, I mean much like Spidermonkey? Maybe using Xvfb or maybe Firefox itself has the ability to run GUI-less like other GUI-intensive apps?, for example Inkscape which has a console/batch mode (e.g. to convert SVG to PDF).

Replies are listed 'Best First'.
Re^3: WWW::Scripter eval of JQuery
by tobyink (Canon) on Mar 06, 2012 at 08:26 UTC

    Not tried this with Firefox, but many years ago I did something along these lines with OpenOffice.org to generate PDF files from various other formats. I used TightVNC Server to create a spare X11 display and ran OpenOffice.org on that.