1.

What is the implementation of WebDriver Listeners?

Answer»

The Webdriver Event Listeners can be implemented in one of two ways:

  • WebDriverEventListener is an interface with several built in METHODS for tracking Webdriver events. It necessitates the implementation of ALL of the methods DESCRIBED in the Interface.
  • The AbstractWebDriverEventListener class GIVES US the ABILITY to implement only the methods that we're interested in.


Discussion

No Comment Found