Uses of Class
org.openqa.selenium.support.decorators.WebDriverDecorator
-
Packages that use WebDriverDecorator Package Description org.openqa.selenium.support.decorators -
-
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()WebDriverDecorator<?>DefaultDecorated. getDecorator()Constructors in org.openqa.selenium.support.decorators with parameters of type WebDriverDecorator Constructor Description DefaultDecorated(T original, WebDriverDecorator<?> decorator)
-