Why we don't need server in Selenium Webdriver?
问题 Selenium RC requires starting the server to kick of the execution of Selenium Automated RC test suites. The Selenium server is the inter mediator between browser and Selenium RC because Selenium RC won’t make direct call to browser. So we have to start Selenium server prior to start running Selenium RC test cases. In case of Selenium Web Driver , it does not required to start Selenium Server for executing test scripts. Selenium Web Driver makes the calls between browser & automation script.