Tyler Petrochko
Tyler Petrochko

Reputation: 2641

Trouble Installing Selenium RC Java Client Driver

I'm trying to set up Selenium RC with Eclipse, but when I download the .zip from the Selenium HQ website it comes with several files included. Which is the Java Client Driver that I need to include in my project?

Upvotes: 1

Views: 333

Answers (1)

Feanor
Feanor

Reputation: 2725

The client driver is selenium-java-2.0b3.jar if you are using the one that is on the SeleniumHQ site. I'd recommend downloading the release candidate here, which is a more recent version. (It probably hasn't made it to the main site yet because it was uploaded only 4 hours ago.)

Upvotes: 1

Related Questions