Browser Automation with Python and Selenium — 9: Event Firing WebDriver

Customizing events

Coşkun Deniz

--

Photo by Danny Meneses from Pexels

In the previous post, we explored how to pass options to the Selenium WebDriver instance to set the various preferences for the browser.

EventFiringWebDriver class is a wrapper for a WebDriver instance that supports firing events.

--

--