Uses of Class
org.fluentlenium.configuration.ConfigurationProperties.DriverLifecycle
-
Packages that use ConfigurationProperties.DriverLifecycle Package Description org.fluentlenium.adapter org.fluentlenium.adapter.sharedwebdriver org.fluentlenium.configuration org.fluentlenium.core -
-
Uses of ConfigurationProperties.DriverLifecycle in org.fluentlenium.adapter
Methods in org.fluentlenium.adapter that return ConfigurationProperties.DriverLifecycle Modifier and Type Method Description ConfigurationProperties.DriverLifecycleSharedMutator.EffectiveParameters. getDriverLifecycle()Get the driver lifecycleMethods in org.fluentlenium.adapter with parameters of type ConfigurationProperties.DriverLifecycle Modifier and Type Method Description <T> SharedMutator.EffectiveParameters<T>DefaultSharedMutator. getEffectiveParameters(java.lang.Class<T> testClass, java.lang.String testName, ConfigurationProperties.DriverLifecycle driverLifecycle)<T> SharedMutator.EffectiveParameters<T>SharedMutator. getEffectiveParameters(java.lang.Class<T> testClass, java.lang.String testName, ConfigurationProperties.DriverLifecycle driverLifecycle)Effective parameters to use forSharedWebDriverContainer.Constructors in org.fluentlenium.adapter with parameters of type ConfigurationProperties.DriverLifecycle Constructor Description EffectiveParameters(java.lang.Class<T> testClass, java.lang.String testName, ConfigurationProperties.DriverLifecycle driverLifecycle)Creates new effective parameters -
Uses of ConfigurationProperties.DriverLifecycle in org.fluentlenium.adapter.sharedwebdriver
Methods in org.fluentlenium.adapter.sharedwebdriver that return ConfigurationProperties.DriverLifecycle Modifier and Type Method Description ConfigurationProperties.DriverLifecycleSharedWebDriver. getDriverLifecycle()Get the driver lifecycle of this shared driver.Methods in org.fluentlenium.adapter.sharedwebdriver with parameters of type ConfigurationProperties.DriverLifecycle Modifier and Type Method Description <T> SharedWebDriverSharedWebDriverContainer. getDriver(java.lang.Class<T> testClass, java.lang.String testName, ConfigurationProperties.DriverLifecycle driverLifecycle)<T> SharedWebDriverSharedWebDriverContainer. getOrCreateDriver(java.util.function.Supplier<org.openqa.selenium.WebDriver> webDriverFactory, java.lang.Class<T> testClass, java.lang.String testName, ConfigurationProperties.DriverLifecycle driverLifecycle)Constructors in org.fluentlenium.adapter.sharedwebdriver with parameters of type ConfigurationProperties.DriverLifecycle Constructor Description SharedWebDriver(org.openqa.selenium.WebDriver driver, java.lang.Class<?> testClass, java.lang.String testName, ConfigurationProperties.DriverLifecycle driverLifecycle)Creates a new shared WebDriver. -
Uses of ConfigurationProperties.DriverLifecycle in org.fluentlenium.configuration
Methods in org.fluentlenium.configuration that return ConfigurationProperties.DriverLifecycle Modifier and Type Method Description ConfigurationProperties.DriverLifecycledriverLifecycle()driverLifecycle property.ConfigurationProperties.DriverLifecycleAnnotationConfiguration. getDriverLifecycle()ConfigurationProperties.DriverLifecycleComposedConfiguration. getDriverLifecycle()ConfigurationProperties.DriverLifecycleConfigurationDefaults. getDriverLifecycle()ConfigurationProperties.DriverLifecycleConfigurationProperties. getDriverLifecycle()driverLifecycleConfigurationProperties.DriverLifecycleProgrammaticConfiguration. getDriverLifecycle()ConfigurationProperties.DriverLifecyclePropertiesBackendConfiguration. getDriverLifecycle()static ConfigurationProperties.DriverLifecycleConfigurationProperties.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.Methods in org.fluentlenium.configuration with parameters of type ConfigurationProperties.DriverLifecycle Modifier and Type Method Description voidComposedConfiguration. setDriverLifecycle(ConfigurationProperties.DriverLifecycle driverLifecycle)voidConfigurationMutator. setDriverLifecycle(ConfigurationProperties.DriverLifecycle driverLifecycle)Sets the value ofvoidProgrammaticConfiguration. setDriverLifecycle(ConfigurationProperties.DriverLifecycle driverLifecycle) -
Uses of ConfigurationProperties.DriverLifecycle in org.fluentlenium.core
Methods in org.fluentlenium.core that return ConfigurationProperties.DriverLifecycle Modifier and Type Method Description ConfigurationProperties.DriverLifecycleFluentControlImpl. getDriverLifecycle()Methods in org.fluentlenium.core with parameters of type ConfigurationProperties.DriverLifecycle Modifier and Type Method Description voidFluentControlImpl. setDriverLifecycle(ConfigurationProperties.DriverLifecycle driverLifecycle)
-