Uses of Interface
org.fluentlenium.configuration.WebDriverFactory
-
Packages that use WebDriverFactory Package Description org.fluentlenium.configuration -
-
Uses of WebDriverFactory in org.fluentlenium.configuration
Methods in org.fluentlenium.configuration that return WebDriverFactory Modifier and Type Method Description WebDriverFactoryWebDrivers. get(java.lang.String name)WebDriverFactoryWebDrivers. getDefault()protected WebDriverFactoryWebDriversRegistryImpl. getDefault(java.util.List<WebDriverFactory> filteredFactories)Methods in org.fluentlenium.configuration with parameters of type WebDriverFactory Modifier and Type Method Description voidWebDrivers. register(WebDriverFactory factory)Method parameters in org.fluentlenium.configuration with type arguments of type WebDriverFactory Modifier and Type Method Description protected WebDriverFactoryWebDriversRegistryImpl. getDefault(java.util.List<WebDriverFactory> filteredFactories)
-