Uses of Interface
net.thucydides.core.webdriver.DriverConfiguration
Packages that use DriverConfiguration
Package
Description
Manage WebDriver instances, and knowing what WebDriver types are supported.
-
Uses of DriverConfiguration in net.serenitybdd.core.environment
Methods in net.serenitybdd.core.environment that return DriverConfigurationModifier and TypeMethodDescriptionstatic DriverConfigurationWebDriverConfiguredEnvironment.getDriverConfiguration() -
Uses of DriverConfiguration in net.thucydides.core.configuration
Classes in net.thucydides.core.configuration with type parameters of type DriverConfigurationClasses in net.thucydides.core.configuration that implement DriverConfiguration -
Uses of DriverConfiguration in net.thucydides.core.webdriver
Classes in net.thucydides.core.webdriver with type parameters of type DriverConfigurationModifier and TypeInterfaceDescriptioninterfaceDriverConfiguration<T extends DriverConfiguration>Methods in net.thucydides.core.webdriver with parameters of type DriverConfigurationModifier and TypeMethodDescriptionstatic WebdriverManagerThucydidesWebDriverSupport.getWebdriverManager(WebDriverFactory webDriverFactory, DriverConfiguration configuration) Constructors in net.thucydides.core.webdriver with parameters of type DriverConfigurationModifierConstructorDescriptionSerenityWebdriverManager(WebDriverFactory webDriverFactory, DriverConfiguration configuration) SerenityWebdriverManager(WebDriverFactory webDriverFactory, DriverConfiguration configuration, String options)