[plt-scheme] Web browsing package?
On Mon, Jul 20, 2009 at 7:43 PM, Elena Garrulo<egarrulo at gmail.com> wrote:
> Hi,
>
> is there a package for automated web browsing, kind of Perl's WWW::Mechanize
> (
> http://search.cpan.org/~petdance/WWW-Mechanize-1.58/lib/WWW/Mechanize.pm#SYNOPSIS
> ) ?
>
Not a direct answer, since I don't know of any such projects for plt,
but you could consider remote-controlling firefox instead.
You can start firefox up in Xvfb (headless) and then use an extension
such as mozrepl[1] to connect to it.
--
troels
[1] http://github.com/bard/mozrepl/tree/master