| Package | Description |
|---|---|
| org.fluentlenium.adapter | |
| org.fluentlenium.configuration |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationProperties.DriverLifecycle |
SharedWebDriver.getDriverLifecycle()
Get the driver lifecycle of this shared driver.
|
ConfigurationProperties.DriverLifecycle |
SharedMutator.EffectiveParameters.getDriverLifecycle()
Get the driver lifecycle
|
| Modifier and Type | Method and Description |
|---|---|
<T> SharedMutator.EffectiveParameters<T> |
SharedMutator.getEffectiveParameters(java.lang.Class<T> testClass,
java.lang.String testName,
ConfigurationProperties.DriverLifecycle driverLifecycle)
Effective parameters to use for
SharedWebDriverContainer. |
<T> SharedMutator.EffectiveParameters<T> |
DefaultSharedMutator.getEffectiveParameters(java.lang.Class<T> testClass,
java.lang.String testName,
ConfigurationProperties.DriverLifecycle driverLifecycle) |
| Constructor and Description |
|---|
EffectiveParameters(java.lang.Class<T> testClass,
java.lang.String testName,
ConfigurationProperties.DriverLifecycle driverLifecycle)
Creates new effective parameters
|
SharedWebDriver(org.openqa.selenium.WebDriver driver,
java.lang.Class<?> testClass,
java.lang.String testName,
ConfigurationProperties.DriverLifecycle driverLifecycle)
Creates a new shared WebDriver.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigurationProperties.DriverLifecycle |
PropertiesBackendConfiguration.getDriverLifecycle() |
ConfigurationProperties.DriverLifecycle |
AnnotationConfiguration.getDriverLifecycle() |
ConfigurationProperties.DriverLifecycle |
ConfigurationDefaults.getDriverLifecycle() |
ConfigurationProperties.DriverLifecycle |
ConfigurationProperties.getDriverLifecycle()
driverLifecycle
|
ConfigurationProperties.DriverLifecycle |
ComposedConfiguration.getDriverLifecycle() |
ConfigurationProperties.DriverLifecycle |
ProgrammaticConfiguration.getDriverLifecycle() |
static ConfigurationProperties.DriverLifecycle |
ConfigurationProperties.DriverLifecycle.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationProperties.DriverLifecycle[] |
ConfigurationProperties.DriverLifecycle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurationMutator.setDriverLifecycle(ConfigurationProperties.DriverLifecycle driverLifecycle)
Sets the value of
|
void |
ProgrammaticConfiguration.setDriverLifecycle(ConfigurationProperties.DriverLifecycle driverLifecycle) |
Copyright © 2018 FluentLenium. All Rights Reserved.