Uses of Enum
net.thucydides.core.webdriver.SupportedWebDriver
Packages that use SupportedWebDriver
Package
Description
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 SupportedWebDriverModifier and TypeMethodDescriptionAddEnvironmentSpecifiedDriverCapabilities.forDriver(SupportedWebDriver driver) static CustomCapabilitiesCustomCapabilities.forDriver(SupportedWebDriver driver) org.openqa.selenium.remote.DesiredCapabilitiesDriverCapabilities.realBrowserCapabilities(SupportedWebDriver driverType, String options) AddCustomDriverCapabilities.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 SupportedWebDriverModifier and TypeMethodDescriptionorg.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 SupportedWebDriverModifier and TypeMethodDescriptionWebDriverConfiguration.getDriverType()Get the currently-configured browser type. -
Uses of SupportedWebDriver in net.thucydides.core.webdriver
Methods in net.thucydides.core.webdriver that return SupportedWebDriverModifier and TypeMethodDescriptionstatic SupportedWebDriverDriverStrategySelector.forDriverClass(Class<? extends org.openqa.selenium.WebDriver> driverClass) static SupportedWebDriverSupportedWebDriver.getClosestDriverValueTo(String value) DriverConfiguration.getDriverType()static SupportedWebDriverSupportedWebDriver.getDriverTypeFor(String value) static SupportedWebDriverReturns the enum constant of this type with the specified name.static SupportedWebDriverSupportedWebDriver.valueOrSynonymOf(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 SupportedWebDriverModifier and TypeMethodDescriptionorg.openqa.selenium.remote.DesiredCapabilitiesCapabilityEnhancer.enhanced(org.openqa.selenium.remote.DesiredCapabilities capabilities, SupportedWebDriver driver) 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.