The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Test::Selenium::Chrome

SYNOPSIS

    my $test_driver = Test::Selenium::Chrome->new;
    $test_driver->get_ok('https://duckduckgo.com', "Chrome can load page");
    $test_driver->quit();

DESCRIPTION

A subclass of Selenium::Chrome which provides useful testing functions. Please see Selenium::Chrome and Test::Selenium::Remote::Driver for usage information.