- Learn Selenium
- Unmesh Gundecha Carl Cocchiaro
- 61字
- 2021-06-24 13:25:47
Creating an instance of EventListener
The EventListener class handles all of the events that are dispatched by the EventFiringWebDriver class. There are two ways to create an EventListener class:
- By implementing the WebDriverEventListener interface.
- By extending the AbstractWebDriverEventListener class provided in the WebDriver library.
It is up to you, as a test-script developer, to choose which way to go.