Sollicitatievraag bij Capgemini

webdriver is a class or interface

Antwoorden op sollicitatievragen

Anoniem

5 jan 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.

Anoniem

12 dec 2020

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

1

Anoniem

17 aug 2021

Interface