in reply to Re: How to "fake" web browser from Perl (and I mean /really/ fake)
in thread How to "fake" web browser from Perl

You can also open up a real browser and drive it in code.

The last time that I really needed to do that was on Windows and I used OLE to drive IE. I haven't investigated how to do it recently, but I would be amazed if you couldn't script Mozilla in some more portable way if you wanted.

  • Comment on Re: Re: How to "fake" web browser from Perl (and I mean /really/ fake)