Uses of Interface
org.fluentlenium.configuration.Factory
-
Packages that use Factory Package Description org.fluentlenium.configuration -
-
Uses of Factory in org.fluentlenium.configuration
Classes in org.fluentlenium.configuration with type parameters of type Factory Modifier and Type Class Description classAbstractFactoryRegistryImpl<T extends Factory,R extends ReflectiveFactory>Abstract registry of FluentLenium factories.Subinterfaces of Factory in org.fluentlenium.configuration Modifier and Type Interface Description interfaceCapabilitiesFactoryFactory ofCapabilitiesinterfaceReflectiveFactoryReflective factory.interfaceWebDriverFactoryFactory ofWebDriver, that can be registered inWebDriversregistry.Classes in org.fluentlenium.configuration that implement Factory Modifier and Type Class Description static classCapabilitiesRegistryImpl.DesiredCapabilitiesFactoryDesired capabilities factory.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.classMethodInvocationReflectionFactoryCapabilitiesFactorybased on invocation of a defined method.classReflectiveCapabilitiesFactoryA simpleCapabilitiesFactorythat createCapabilitiesinstances using reflection.classReflectiveWebDriverFactoryA simpleWebDriverFactorythat createWebDriverinstances using reflection.
-