Reputation: 25207
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
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