Uses of Interface
org.openqa.selenium.support.decorators.Decorated
Packages that use Decorated
- 
Uses of Decorated in org.openqa.selenium.support.decoratorsClasses in org.openqa.selenium.support.decorators that implement DecoratedMethods in org.openqa.selenium.support.decorators that return DecoratedModifier and TypeMethodDescriptionWebDriverDecorator.createDecorated(Alert original) WebDriverDecorator.createDecorated(VirtualAuthenticator original) WebDriverDecorator.createDecorated(WebDriver.Navigation original) WebDriverDecorator.createDecorated(WebDriver.Options original) WebDriverDecorator.createDecorated(WebDriver.TargetLocator original) WebDriverDecorator.createDecorated(WebDriver.Timeouts original) WebDriverDecorator.createDecorated(WebDriver.Window original) WebDriverDecorator.createDecorated(WebElement original) WebDriverDecorator.createDecorated(T driver) WebDriverDecorator.getDecoratedDriver()WebDriverDecorator.HasTarget.getTarget()Methods in org.openqa.selenium.support.decorators with parameters of type DecoratedModifier and TypeMethodDescriptionvoidvoidWebDriverDecorator.beforeCall(Decorated<?> target, Method method, Object[] args) protected final <Z> ZWebDriverDecorator.createProxy(Decorated<Z> decorated, Class<? extends Z> clazz) protected final <Z> WebDriverDecorator.ProxyFactory<? extends Z>WebDriverDecorator.createProxyFactory(WebDriverDecorator.Definition definition, Decorated<Z> sample, Class<? extends Z> clazz) WebDriverDecorator.ProxyFactory.newInstance(Decorated<T> target) WebDriverDecorator.onError(Decorated<?> target, Method method, Object[] args, InvocationTargetException e) voidConstructors in org.openqa.selenium.support.decorators with parameters of type Decorated
- 
Uses of Decorated in org.openqa.selenium.support.eventsMethods in org.openqa.selenium.support.events with parameters of type DecoratedModifier and TypeMethodDescriptionvoidvoidEventFiringDecorator.beforeCall(Decorated<?> target, Method method, Object[] args) EventFiringDecorator.onError(Decorated<?> target, Method method, Object[] args, InvocationTargetException e)