Package io.fluentlenium.configuration
Interface FactoryNames
- All Known Implementing Classes:
CapabilitiesRegistryImpl.DesiredCapabilitiesFactory,DefaultWebDriverFactories.ChromeWebDriverFactory,DefaultWebDriverFactories.EdgeWebDriverFactory,DefaultWebDriverFactories.FirefoxWebDriverFactory,DefaultWebDriverFactories.HtmlUnitWebDriverFactory,DefaultWebDriverFactories.InternetExplorerWebDriverFactory,DefaultWebDriverFactories.RemoteWebDriverFactory,DefaultWebDriverFactories.SafariWebDriverFactory,MethodInvocationReflectionFactory,ReflectiveCapabilitiesFactory,ReflectiveWebDriverFactory
public interface FactoryNames
Add names to a factory.
Factory implementations can implement this interface to be registered
in registry with those names.
-
Method Summary
-
Method Details
-
getNames
String[] getNames()Get the factory names.- Returns:
- array of factory names
-