Uses of Interface
org.openqa.selenium.support.decorators.Decorated
Packages that use Decorated
-
Uses of Decorated in org.openqa.selenium.support.decorators
Classes in org.openqa.selenium.support.decorators that implement DecoratedMethods in org.openqa.selenium.support.decorators that return DecoratedModifier and TypeMethodDescriptionDecorated<org.openqa.selenium.Alert> WebDriverDecorator.createDecorated(org.openqa.selenium.Alert original) Decorated<org.openqa.selenium.virtualauthenticator.VirtualAuthenticator> WebDriverDecorator.createDecorated(org.openqa.selenium.virtualauthenticator.VirtualAuthenticator original) Decorated<org.openqa.selenium.WebDriver.Navigation> WebDriverDecorator.createDecorated(org.openqa.selenium.WebDriver.Navigation original) Decorated<org.openqa.selenium.WebDriver.Options> WebDriverDecorator.createDecorated(org.openqa.selenium.WebDriver.Options original) Decorated<org.openqa.selenium.WebDriver.TargetLocator> WebDriverDecorator.createDecorated(org.openqa.selenium.WebDriver.TargetLocator original) Decorated<org.openqa.selenium.WebDriver.Timeouts> WebDriverDecorator.createDecorated(org.openqa.selenium.WebDriver.Timeouts original) Decorated<org.openqa.selenium.WebDriver.Window> WebDriverDecorator.createDecorated(org.openqa.selenium.WebDriver.Window original) Decorated<org.openqa.selenium.WebElement> WebDriverDecorator.createDecorated(org.openqa.selenium.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