+1 vote
in Selenium by
Is Selenium WebDriver an interface or a class?

1 Answer

0 votes
by

Selenium WebDriver is usually a set of methods defined by an interface. The browser-specific classes, on the other hand, provide an implementation of it by extending a class. AndroidDriver, ChromeDriver, FirefoxDriver, InternetExplorerDriver, SafariDriver, and others are some of the implementation classes.

Related questions

+1 vote
asked Jan 7 in Selenium by SakshiSharma
0 votes
asked Aug 22, 2019 in Selenium by john ganales
...