Weasel-Driver-Selenium2

PHP's Mink inspired multi-protocol web-testing library for Perl


License
Artistic-1.0-Perl

Documentation

NAME

Weasel::Driver::Selenium2 - Selenium::Remote::Driver wrapper for Weasel

VERSION

0.11

SYNOPSIS

  use Weasel;
  use Weasel::Session;
  use Weasel::Driver::Selenium2;

  my $weasel = Weasel->new(
       default_session => 'default',
       sessions => {
          default => Weasel::Session->new(
            driver => Weasel::Driver::Selenium2->new(%opts),
          ),
       });

  $weasel->session->get('http://localhost/index');

DESCRIPTION

This module implements an extension to Weasel, which implements the Weasel::DriverRole protocol.

INSTALLATION

  # Install Weasel::Driver::Selenium2
  $ cpanm Weasel::Driver::Selenium2

SUPPORT

BUGS

Bugs can be filed in the GitHub issue tracker for the Weasel project: https://github.com/perl-weasel/weasel-driver-selenium2/issues

DISCUSSION

Community support is available through perl-weasel@googlegroups.com.

COPYRIGHT

Copyright (c)  2016-2020  Erik Huelsmann

LICENSE

Same as Perl