Package org.openqa.selenium.support.events
package org.openqa.selenium.support.events
-
ClassDescriptionDeprecated.EventFiringDecorator<T extends WebDriver>This decorator creates a wrapper around an arbitrary
WebDriver
instance that notifies registered listeners about events happening in this WebDriver and derived objects, such asWebElement
s andAlert
.Deprecated.Deprecated.UseEventFiringDecorator
andWebDriverListener
insteadClasses that implement this interface are intended to be used withEventFiringDecorator
, read documentation for this class to find detailed usage description.
EventFiringDecorator
andWebDriverListener
instead