Uses of Class
net.thucydides.core.webdriver.WebDriverFacade
| Package | Description |
|---|---|
| net.thucydides.core.webdriver |
Manage WebDriver instances, and knowing what WebDriver types are supported.
|
-
Uses of WebDriverFacade in net.thucydides.core.webdriver
Methods in net.thucydides.core.webdriver that return WebDriverFacade Modifier and Type Method Description WebDriverFacadeWebdriverProxyFactory. proxyFor(java.lang.Class<? extends org.openqa.selenium.WebDriver> driverClass)WebDriverFacadeWebdriverProxyFactory. proxyFor(java.lang.Class<? extends org.openqa.selenium.WebDriver> driverClass, WebDriverFactory webDriverFactory, Configuration configuration)WebDriverFacadeWebdriverProxyFactory. proxyFor(java.lang.Class<? extends org.openqa.selenium.WebDriver> driverClass, WebDriverFactory webDriverFactory, Configuration configuration, java.lang.String options)WebDriverFacadeWebdriverProxyFactory. proxyFor(org.openqa.selenium.WebDriver driver)WebDriverFacadeWebDriverFacade. withOptions(java.lang.String options)WebDriverFacadeWebDriverFacade. withTimeoutOf(java.time.Duration implicitTimeout)Methods in net.thucydides.core.webdriver with parameters of type WebDriverFacade Modifier and Type Method Description voidWebdriverProxyFactory. notifyListenersOfWebdriverCreationIn(WebDriverFacade webDriverFacade)voidWebdriverProxyFactory. useMockDriver(WebDriverFacade mockDriver)Constructors in net.thucydides.core.webdriver with parameters of type WebDriverFacade Constructor Description OptionsFacade(org.openqa.selenium.WebDriver.Options options, WebDriverFacade webDriverFacade)TimeoutsFacade(WebDriverFacade webDriverFacade, org.openqa.selenium.WebDriver.Timeouts timeouts)