Uses of Class
net.thucydides.core.webdriver.SupportedWebDriver
| Package | Description |
|---|---|
| net.serenitybdd.core.webdriver.driverproviders | |
| net.serenitybdd.core.webdriver.enhancers | |
| net.thucydides.core.configuration | |
| net.thucydides.core.webdriver |
Manage WebDriver instances, and knowing what WebDriver types are supported.
|
-
Uses of SupportedWebDriver in net.serenitybdd.core.webdriver.driverproviders
Methods in net.serenitybdd.core.webdriver.driverproviders with parameters of type SupportedWebDriver Modifier and Type Method Description AddEnvironmentSpecifiedDriverCapabilitiesAddEnvironmentSpecifiedDriverCapabilities. forDriver(SupportedWebDriver driver)static CustomCapabilitiesCustomCapabilities. forDriver(SupportedWebDriver driver)org.openqa.selenium.remote.DesiredCapabilitiesDriverCapabilities. realBrowserCapabilities(SupportedWebDriver driverType, java.lang.String options)AddCustomDriverCapabilitiesAddCustomDriverCapabilities. withTestDetails(SupportedWebDriver driver, TestOutcome testOutcome) -
Uses of SupportedWebDriver in net.serenitybdd.core.webdriver.enhancers
Methods in net.serenitybdd.core.webdriver.enhancers with parameters of type SupportedWebDriver Modifier and Type Method Description org.openqa.selenium.remote.DesiredCapabilitiesBeforeAWebdriverScenario. apply(EnvironmentVariables environmentVariables, SupportedWebDriver driver, TestOutcome testOutcome, org.openqa.selenium.remote.DesiredCapabilities capabilities) -
Uses of SupportedWebDriver in net.thucydides.core.configuration
Methods in net.thucydides.core.configuration that return SupportedWebDriver Modifier and Type Method Description SupportedWebDriverWebDriverConfiguration. getDriverType()Get the currently-configured browser type. -
Uses of SupportedWebDriver in net.thucydides.core.webdriver
Methods in net.thucydides.core.webdriver that return SupportedWebDriver Modifier and Type Method Description static SupportedWebDriverSupportedWebDriver. forClass(java.lang.Class<?> driverClass)SupportedWebDriverDriverStrategySelector. forDriverClass(java.lang.Class<? extends org.openqa.selenium.WebDriver> driverClass)static SupportedWebDriverSupportedWebDriver. getClosestDriverValueTo(java.lang.String value)SupportedWebDriverDriverConfiguration. getDriverType()static SupportedWebDriverSupportedWebDriver. getDriverTypeFor(java.lang.String value)static SupportedWebDriverSupportedWebDriver. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SupportedWebDriverSupportedWebDriver. valueOrSynonymOf(java.lang.String driverName)static SupportedWebDriver[]SupportedWebDriver. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.thucydides.core.webdriver with parameters of type SupportedWebDriver Modifier and Type Method Description org.openqa.selenium.remote.DesiredCapabilitiesCapabilityEnhancer. enhanced(org.openqa.selenium.remote.DesiredCapabilities capabilities, SupportedWebDriver driver)java.lang.Class<? extends org.openqa.selenium.WebDriver>WebDriverFactory. getClassFor(SupportedWebDriver driverType)org.openqa.selenium.WebDriverWebDriverFactory. newInstanceOf(SupportedWebDriver driverType)Create a new WebDriver instance of a given type.