Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/corion/www-mechanize-chrome

automate the Chrome browser
https://github.com/corion/www-mechanize-chrome

chrome mechanize perl

Last synced: 17 days ago
JSON representation

automate the Chrome browser

Awesome Lists containing this project

README

        

WWW::Mechanize::Chrome - automate the Chrome browser

DESCRIPTION

Like L, this module automates web browsing with a Perl object.
Fetching and rendering of web pages is delegated to the Chrome (or Chromium)
browser by starting an instance of the browser and controlling it with L.

INSTALLATION

This is a Perl module distribution. It should be installed with whichever
tool you use to manage your installation of Perl, e.g. any of

cpanm .
cpan .
cpanp -i .

Consult http://www.cpan.org/modules/INSTALL.html for further instruction.
Should you wish to install this module manually, the procedure is

perl Makefile.PL
make
make test
make install

REPOSITORY

The public repository of this module is
L.

SUPPORT

The public support forum of this module is L.

TALKS

I've given a German talk at GPW 2017, see L
and L for the slides.

At The Perl Conference 2017 in Amsterdam, I also presented a talk, see
L.
The slides for the English presentation at TPCiA 2017 are at
L.

At the London Perl Workshop 2017 in London, I also presented a talk, see
L . The slides for
that talk are
L.

KNOWN ISSUES

Please see L.

BUG TRACKER

Please report bugs in this module via the Github bug queue at
L

CONTRIBUTING

Please see L.

SEE ALSO

AUTHOR

Max Maischein C

LICENSE

This module is released under the same terms as Perl itself.

COPYRIGHT (c)

Copyright 2010-2024 by Max Maischein C.