WebDriver Types
Different types of WeDriver implementations and their set up
Last updated
Was this helpful?
Different types of WeDriver implementations and their set up
Last updated
Was this helpful?
As discussed WebDriver is an interface and there are several implementations of the same in Selenium. Selenium supports most of the web browsers and provides implementations for them. Some of the popular ones are
Chrome
FireFox
Safari
etc.,
Example:
Example:
If we don't keep the binaries in root or set the path selenium is going throw an exception saying webdriver path has not been set.