@Documented @Inherited @Retention(value=RUNTIME) @Target(value=TYPE) @SeleniumConfiguration public @interface WrappedDriverConfiguration
WrappedDriverConfiguration
defines class-level meta-data which can be
used to instruct client code with regard to use a wrapped Selenium web driver.Modifier and Type | Required Element and Description |
---|---|
String |
browserURL
The browser URL.
|
Modifier and Type | Optional Element and Description |
---|---|
Class<? extends org.openqa.selenium.WebDriver>[] |
baseDrivers
The web drivers used to launch the tests.
|
public abstract String browserURL
Copyright © 2011-2013 Brian Thomas Matthews. All Rights Reserved.