Uses of Class
net.thucydides.core.webdriver.WebDriverFacade
Packages that use WebDriverFacade
Package
Description
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 WebDriverFacadeModifier and TypeMethodDescriptionWebdriverProxyFactory.proxyFor(Class<? extends org.openqa.selenium.WebDriver> driverClass, WebDriverFactory webDriverFactory, Configuration configuration) WebdriverProxyFactory.proxyFor(Class<? extends org.openqa.selenium.WebDriver> driverClass, WebDriverFactory webDriverFactory, Configuration configuration, String options) WebdriverProxyFactory.proxyFor(org.openqa.selenium.WebDriver driver) WebDriverFacade.withOptions(String options) WebDriverFacade.withTimeoutOf(Duration implicitTimeout) Methods in net.thucydides.core.webdriver with parameters of type WebDriverFacadeModifier and TypeMethodDescriptionvoidWebdriverProxyFactory.notifyListenersOfWebdriverCreationIn(WebDriverFacade webDriverFacade) voidWebdriverProxyFactory.useMockDriver(WebDriverFacade mockDriver) Constructors in net.thucydides.core.webdriver with parameters of type WebDriverFacadeModifierConstructorDescriptionOptionsFacade(org.openqa.selenium.WebDriver.Options options, WebDriverFacade webDriverFacade) TimeoutsFacade(WebDriverFacade webDriverFacade, org.openqa.selenium.WebDriver.Timeouts timeouts)