Package org.openqa.selenium.support.events
-
Interface Summary Interface Description WebDriverEventListener Deprecated. UseEventFiringDecorator
andWebDriverListener
insteadWebDriverListener 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 Deprecated. 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 Deprecated. UseEventFiringDecorator
andWebDriverListener
instead