user1434573
user1434573

Reputation: 11

Which Perl bindings for selenium webdriver?

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

Answers (2)

Fayland Lam
Fayland Lam

Reputation: 1016

Selenium::Remote::Driver is the one you want. WWW:Selenium is old.

Upvotes: 2

Related Questions