Frage im Vorstellungsgespräch bei Capgemini

webdriver is a class or interface

Antworten zu Vorstellungsgespräch

Anonym

5. Jän. 2018

Simple answer to this is "WebDriver is an Interface,and we are defining a reference variable(driver) whose type is an interface. Now any object we assign to it must be an instance of a class(FireFoxDriver) that implements the interface.

Anonym

12. Dez. 2020

WebDriver is an Interface Which is implemented by classes like ChromeDriver,InternetExplorer,FireFoxDriver.

1

Anonym

17. Aug. 2021

Interface