| Package | Description |
|---|---|
| net.thucydides.core.webdriver |
Manage WebDriver instances, and knowing what WebDriver types are supported.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DevToolsWebDriverFacade |
| Modifier and Type | Method and Description |
|---|---|
WebDriverFacade |
WebdriverProxyFactory.proxyFor(Class<? extends org.openqa.selenium.WebDriver> driverClass) |
WebDriverFacade |
WebdriverProxyFactory.proxyFor(Class<? extends org.openqa.selenium.WebDriver> driverClass,
WebDriverFactory webDriverFactory,
Configuration configuration) |
WebDriverFacade |
WebdriverProxyFactory.proxyFor(Class<? extends org.openqa.selenium.WebDriver> driverClass,
WebDriverFactory webDriverFactory,
Configuration configuration,
String options) |
WebDriverFacade |
WebdriverProxyFactory.proxyFor(org.openqa.selenium.WebDriver driver) |
WebDriverFacade |
WebDriverFacade.withOptions(String options) |
WebDriverFacade |
WebDriverFacade.withTimeoutOf(Duration implicitTimeout) |
| Modifier and Type | Method and Description |
|---|---|
void |
WebdriverProxyFactory.notifyListenersOfWebdriverCreationIn(WebDriverFacade webDriverFacade) |
void |
WebdriverProxyFactory.useMockDriver(WebDriverFacade mockDriver) |
| Constructor and Description |
|---|
OptionsFacade(org.openqa.selenium.WebDriver.Options options,
WebDriverFacade webDriverFacade) |
TimeoutsFacade(WebDriverFacade webDriverFacade,
org.openqa.selenium.WebDriver.Timeouts timeouts) |
Copyright © 2023. All rights reserved.