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.
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.
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.
Test::)WWW::Selenium is for Selenium 1. Use Selenium::Remote::Driver.