WWW::Scripter, version 0.030 (alpha)

For scripting web sites that have scripts

This is a subclass of WWW::Mechanize that uses the W3C DOM and pro-
vides scripting support.


RECENT CHANGES

See the Changes file for the long version.

0.030
-----
• The "content"  method no longer  fails when  "dom_enabled" has been
  unset [rt.cpan.org #84639].
• The "content"  method  now returns  the  correct content  when  the
  request chain  contains  both  server-  and  client-side  redirects
  [rt.cpan.org #84472].

0.029
-----
The WWW::Mechanize  link methods now include meta,  link and (i)frame
elements, just like WWW::Mechanize [rt.cpan.org #76984].

0.028
-----
New fetch_images  and  image_handler  features,  as suggested by John
Hulala [rt.cpan.org #75696].

0.027
-----
• The navigator object now has a  cookieEnabled  property.  Thanks to
  John Hulala for the suggestion.
• Requests  for  scripts  now  use  the  right  referrer  instead  of
  of always  about:blank.  Thanks  to  John  Hulala  for  the  report
  [rt.cpan.org #75696].

0.026
-----
The  history  property is now listed  in  %WindowInterface,  allowing
scripts to access it.  Thanks to John Hulala for reporting the  issue.


INSTALLATION

The easiest way to install this module is to use the CPAN module or
the cpan script:

    [sudo] perl -MCPAN -e "install WWW::Scripter"

    [sudo] cpan WWW::Scripter

Or you can use the following:

    perl Makefile.PL
    make
    make test
    [sudo] make install


PREREQUISITES

This module requires  perl  5.8.3 or higher (5.8.4  or  higher  recom-
mended)  and the following modules,  which can be found on the  CPAN:

  HTML::DOM 0.053 or higher
  LWP 5.77 or higher
  URI
  WWW::Mechanize 1.2 or higher

If you are using perl 5.8.x, you will also need:

  Tie::RefHash::Weak 0.08

DOCUMENTATION

After installing, you can find documentation for these modules with
the perldoc command.

    perldoc WWW::Scripter

Or try using man (it's faster, in my experience):

    man WWW::Scripter


COPYRIGHT AND LICENCE

Copyright (C) 2009-13 Father Chrysostomos

This program is free software; you may redistribute it, modify it, or
both, under the same terms as perl.