NAME
Chrome::DevToolsProtocol::Transport - choose the best transport backend
METHODS
Chrome::DevToolsProtocol::Transport->new()
my $ua = Chrome::DevToolsProtocol::Transport->new();
Creates a new instance of the transport using the "best" event loop for implementation. The default event loop is currently AnyEvent.
SUPPORTED BACKENDS
The module will try to guess the best backend to use. The currently supported backends are
If you want to substitute another backend, pass its class name instead of this module which only acts as a factory.
REPOSITORY
The public repository of this module is https://github.com/Corion/www-mechanize-chrome.
SUPPORT
The public support forum of this module is https://perlmonks.org/.
BUG TRACKER
Please report bugs in this module via the RT CPAN bug queue at https://rt.cpan.org/Public/Dist/Display.html?Name=WWW-Mechanize-Chrome or via mail to www-mechanize-Chrome-Bugs@rt.cpan.org.
AUTHOR
Max Maischein corion@cpan.org
COPYRIGHT (c)
Copyright 2010-2018 by Max Maischein corion@cpan.org
.
LICENSE
This module is released under the same terms as Perl itself.