Package io.fluentlenium.configuration
Class DefaultWebDriverFactories.InternetExplorerWebDriverFactory
java.lang.Object
io.fluentlenium.configuration.ReflectiveWebDriverFactory
io.fluentlenium.configuration.DefaultWebDriverFactories.InternetExplorerWebDriverFactory
- All Implemented Interfaces:
Factory
,FactoryNames
,ReflectiveFactory
,WebDriverFactory
- Enclosing class:
DefaultWebDriverFactories
public static class DefaultWebDriverFactories.InternetExplorerWebDriverFactory
extends ReflectiveWebDriverFactory
Internet Explorer WebDriver factory.
-
Field Summary
Fields inherited from class io.fluentlenium.configuration.ReflectiveWebDriverFactory
args, available, name, webDriverClass, webDriverClassName
-
Constructor Summary
ConstructorDescriptionCreates a new internet explorer WebDriver factory. -
Method Summary
Methods inherited from class io.fluentlenium.configuration.ReflectiveWebDriverFactory
getNames, getWebDriverClass, isAvailable, newDefaultCapabilities, newInstance, newWebDriver
-
Constructor Details
-
InternetExplorerWebDriverFactory
public InternetExplorerWebDriverFactory()Creates a new internet explorer WebDriver factory.
-