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.