Scroll to navigation

Test::Selenium::Edge(3) User Contributed Perl Documentation Test::Selenium::Edge(3)

NAME

Test::Selenium::Edge

SYNOPSIS

    my $test_driver = Test::Selenium::Edge->new;
    $test_driver->get_ok('https://duckduckgo.com', "MS Edge can load page");
    $test_driver->quit();

DESCRIPTION

A subclass of Selenium::Edge which provides useful testing functions. Please see Selenium::Edge and Test::Selenium::Remote::Driver for usage information.

2023-04-07 perl v5.38.2