Package org.openqa.selenium.support.decorators
package org.openqa.selenium.support.decorators
-
ClassDescriptionDecorated<T>WebDriverDecorator<T extends WebDriver>This class helps to create decorators for instances of
WebDriver
and derived objects, such asWebElement
s andAlert
, that can extend or modify their "regular" behavior.