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