Package org.openqa.selenium.support.events
-
Interface Summary Interface Description WebDriverEventListener WebDriverListener Classes that implement this interface are intended to be used withEventFiringDecorator
, read documentation for this class to find detailed usage description. -
Class Summary Class Description AbstractWebDriverEventListener Use this class as base class, if you want to implement aWebDriverEventListener
and are only interested in some events.EventFiringDecorator This decorator creates a wrapper around an arbitraryWebDriver
instance that notifies registered listeners about events happening in this WebDriver and derived objects, such asWebElement
s andAlert
.EventFiringWebDriver A wrapper around an arbitraryWebDriver
instance which supports registering of aWebDriverEventListener
, e.g. for logging purposes.