I was setting up the environment for selenium in eclipse for automation testing. I have downloaded the Selenium Server 2.42.2 as well as Selenium Client & WebDriver Language Bindings for java from here
My Question,
- In Many website, eclipse has been configured with selenium webdriver alone. But in some other sites like this suggested to install only selenium client driver bindings alone
Initially, i have configured using selenium server alone and run the basic tests in firefox browser and its works fine. Please advice us the need to set up the selenium client driver binding libs for selenium.
is java client driver bindings is a sub set of selenium webdriver? can i run automated test scripts without java client driver jar?
what are the usage of selenium server and java client driver and how both differs from each other? any example would be much helpful.