Uses of Class
org.openqa.selenium.support.decorators.WebDriverDecorator
Packages that use WebDriverDecorator
- 
Uses of WebDriverDecorator in org.openqa.selenium.support.decoratorsMethods in org.openqa.selenium.support.decorators that return WebDriverDecoratorModifier and TypeMethodDescriptionDecorated.getDecorator()final WebDriverDecorator<?>DefaultDecorated.getDecorator()Constructors in org.openqa.selenium.support.decorators with parameters of type WebDriverDecorator
- 
Uses of WebDriverDecorator in org.openqa.selenium.support.eventsSubclasses of WebDriverDecorator in org.openqa.selenium.support.eventsModifier and TypeClassDescriptionclassEventFiringDecorator<T extends WebDriver>This decorator creates a wrapper around an arbitraryWebDriverinstance that notifies registered listeners about events happening in this WebDriver and derived objects, such asWebElements andAlert.