table of contents
        
      
      
    | Test::Selenium::Firefox(3) | User Contributed Perl Documentation | Test::Selenium::Firefox(3) | 
NAME¶
Test::Selenium::Firefox
SYNOPSIS¶
    my $test_driver = Test::Selenium::Firefox->new;
    $test_driver->get_ok('https://duckduckgo.com', "Firefox can load page");
    $test_driver->quit();
DESCRIPTION¶
A subclass of Selenium::Firefox which provides useful testing functions. Please see Selenium::Firefox and Test::Selenium::Remote::Driver for usage information.
| 2023-04-07 | perl v5.42.0 |