Reputation: 11
I am new to selenium 2.0 and working on automation through perl and java(maven-eclipse). I want to know the perl bindings for Se differ.
Selenium website shows https://metacpan.org/module/Selenium::Remote::Driver
While CPAN also has WWW:Selenium bundle....
Which to use to perl automation in this context?
Upvotes: 1
Views: 596
Reputation: 37806
You can visit the following URL:
http://repo1.maven.org/maven2/org/seleniumhq/selenium/client-drivers/selenium-perl-client-driver/
Upvotes: 0
Reputation: 1016
Selenium::Remote::Driver is the one you want. WWW:Selenium is old.
Upvotes: 2