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.

  • Comment on Re: Using Test::WWW::Selenium and Selenium::Remote::Driver together

Replies are listed 'Best First'.
Re^2: Using Test::WWW::Selenium and Selenium::Remote::Driver together
by nubbel (Novice) on Jul 17, 2013 at 14:15 UTC
    Thx!

    Living without suggar is supposed be more healty ;-) But don't we all like candy (IDE)?