Eugen Konkov
Eugen Konkov

Reputation: 25207

Which perl module to use to write tests with selenium?

We have site and want to write test. We decide to use Selenium.

May someone advice which modules to use? Are they work with recent versions of selenium? Thank you.

Upvotes: 1

Views: 52

Answers (1)

Dave Cross
Dave Cross

Reputation: 69314

Did you look on CPAN? Test::WWW::Selenium seems like a good place to start.

Update: From the comments, you'll see that a better choice is Selenium::Remote::Driver.

Upvotes: 1

Related Questions