http://www.perlmonks.org?node_id=1044809


in reply to Using Test::WWW::Selenium and Selenium::Remote::Driver together

You can't. The testicular version of Selenium::Remote::Driver is called Test::WebDriver. However, all it gives you is a bit of syntactic sugar.

Plain Test::More in conjunction with Selenium::Remote::Driver works just fine.