table of contents
other versions
- Tumbleweed 1.500.0-1.1
- Leap-15.6
| Test::Selenium::Chrome(3) | User Contributed Perl Documentation | Test::Selenium::Chrome(3) |
NAME¶
Test::Selenium::Chrome - Test using Selenium::Chrome
SYNOPSIS¶
my $test_driver = Test::Selenium::Chrome->new;
$test_driver->get_ok('https://duckduckgo.com', "Chrome can load page");
$test_driver->quit();
DESCRIPTION¶
A subclass of Selenium::Chrome which provides useful testing functions. Please see Selenium::Chrome and Test::Selenium::Remote::Driver for usage information.
| 2025-10-09 | perl v5.42.0 |