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 WebDriverDecoratorDecorated. getDecorator()WebDriverDecoratorDefaultDecorated. 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 classEventFiringDecoratorThis decorator creates a wrapper around an arbitraryWebDriverinstance that notifies registered listeners about events happening in this WebDriver and derived objects, such asWebElements andAlert.
-