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