Package org.openqa.selenium.support.events
package org.openqa.selenium.support.events
-
ClassDescriptionEventFiringDecorator<T extends WebDriver>This decorator creates a wrapper around an arbitrary
WebDriverinstance that notifies registered listeners about events happening in this WebDriver and derived objects, such asWebElements andAlert.Classes that implement this interface are intended to be used withEventFiringDecorator, read documentation for this class to find detailed usage description.