table of contents
        
      
      
    | Test::Selenium::Chrome(3) | User Contributed Perl Documentation | Test::Selenium::Chrome(3) | 
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.
| 2023-04-07 | perl v5.42.0 |