|
NAMETest::Selenium::PhantomJSSYNOPSISmy $test_driver = Test::Selenium::PhantomJS->new; $test_driver->get_ok('https://duckduckgo.com', "PhantomJS can load page"); $test_driver->quit(); DESCRIPTIONA subclass of Selenium::PhantomJS which provides useful testing functions. Please see Selenium::PhantomJS and Test::Selenium::Remote::Driver for usage information.
Visit the GSP FreeBSD Man Page Interface. |