How Does WebDriver ‘Drive’ the Browser Compared to 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 differe..