public abstract class DelegatingWebDriverProvider extends Object implements WebDriverProvider
WebDrivers specified
by the concrete delegate.| Modifier and Type | Class and Description |
|---|---|
static class |
DelegatingWebDriverProvider.DelegateWebDriverNotFound |
| Modifier and Type | Field and Description |
|---|---|
protected ThreadLocal<org.openqa.selenium.WebDriver> |
delegate |
| Constructor and Description |
|---|
DelegatingWebDriverProvider() |
| Modifier and Type | Method and Description |
|---|---|
void |
end() |
org.openqa.selenium.WebDriver |
get() |
boolean |
saveScreenshotTo(String path) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitializeprotected ThreadLocal<org.openqa.selenium.WebDriver> delegate
public org.openqa.selenium.WebDriver get()
get in interface WebDriverProviderpublic void end()
end in interface WebDriverProviderpublic boolean saveScreenshotTo(String path)
saveScreenshotTo in interface WebDriverProviderCopyright © 2013. All Rights Reserved.