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.