Difference between Selenium RC and WebDriver
What's the basic difference between Selenium RC and WebDriver ? Ripon Al Wasim Quoting from WebDriver and Selenium RC : Selenium-WebDriver makes direct calls to the browser using each browser’s native support for automation. How these direct calls are made, and the features they support depends on the browser you are using. Information on each ‘browser driver’ is provided later in this chapter. For those familiar with Selenium-RC, this is quite different from what you are used to. Selenium-RC worked the same way for each supported browser. It ‘injected’ javascript functions into the browser