Uses of Class
org.openqa.selenium.support.decorators.WebDriverDecorator
-
Packages that use WebDriverDecorator Package Description org.openqa.selenium.support.decorators org.openqa.selenium.support.events -
-
Uses of WebDriverDecorator in org.openqa.selenium.support.decorators
Methods in org.openqa.selenium.support.decorators that return WebDriverDecorator Modifier and Type Method Description WebDriverDecorator
Decorated. getDecorator()
WebDriverDecorator<?>
DefaultDecorated. getDecorator()
Constructors in org.openqa.selenium.support.decorators with parameters of type WebDriverDecorator Constructor Description DefaultDecorated(T original, WebDriverDecorator<?> decorator)
-
Uses of WebDriverDecorator in org.openqa.selenium.support.events
Subclasses of WebDriverDecorator in org.openqa.selenium.support.events Modifier and Type Class Description class
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
.
-