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 开发者_StackOverflow中文版with several files included. Which is the Java Client Driver that I need to include in my project?
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.)
精彩评论