Uses of Interface
org.fluentlenium.configuration.WebDriverFactory
-
Packages that use WebDriverFactory Package Description org.fluentlenium.configuration -
-
Uses of WebDriverFactory in org.fluentlenium.configuration
Classes in org.fluentlenium.configuration that implement WebDriverFactory Modifier and Type Class Description static classDefaultWebDriverFactories.ChromeWebDriverFactoryChrome WebDriver factory.static classDefaultWebDriverFactories.EdgeWebDriverFactoryEdge WebDriver factory.static classDefaultWebDriverFactories.FirefoxWebDriverFactoryFirefox WebDriver factory.static classDefaultWebDriverFactories.HtmlUnitWebDriverFactoryHtmlUnit WebDriver factory.static classDefaultWebDriverFactories.InternetExplorerWebDriverFactoryInternet Explorer WebDriver factory.static classDefaultWebDriverFactories.PhantomJSWebDriverFactoryPhantomJS WebDriver factory.static classDefaultWebDriverFactories.RemoteWebDriverFactoryRemote WebDriver factory.static classDefaultWebDriverFactories.SafariWebDriverFactorySafary WebDriver factory.classReflectiveWebDriverFactoryA simpleWebDriverFactorythat createWebDriverinstances using reflection.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)
-