Interview Questions

How is Webdriver or Selenium 2.0 configuration different than Selenium 1.0?

Selenium WebDriver Interview question and Answers


(Continued from previous question...)

How is Webdriver or Selenium 2.0 configuration different than Selenium 1.0?

In case of Selenium 1.0 you need Selenium jar file pertaining to one library for example in case of java you need java client driver and also Selenium server jar file. While with Selenium 2.0 you need language binding (i.e. java, C# etc) and Selenium server jar if you are using Remote Control or Remote WebDriver.

(Continued on next question...)

Other Interview Questions