Uses of Class
org.openqa.selenium.support.decorators.WebDriverDecorator
Packages that use WebDriverDecorator
-
Uses of WebDriverDecorator in org.openqa.selenium.support.decorators
Methods 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.events
Subclasses of WebDriverDecorator in org.openqa.selenium.support.eventsModifier and TypeClassDescriptionclass
EventFiringDecorator<T extends WebDriver>
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
.