org.specrunner.webdriver.impl
Class WebDriverFactoryHtmlUnit
java.lang.Object
org.specrunner.webdriver.impl.WebDriverFactoryHtmlUnit
- All Implemented Interfaces:
- IWebDriverFactory
public class WebDriverFactoryHtmlUnit
- extends Object
- implements IWebDriverFactory
Creates a HtmlUnitDriverLocal(true) web driver instance.
- Author:
- Thiago Santos
|
Method Summary |
org.openqa.selenium.WebDriver |
create(IContext context)
Create a WebDriver. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebDriverFactoryHtmlUnit
public WebDriverFactoryHtmlUnit()
create
public org.openqa.selenium.WebDriver create(IContext context)
- Description copied from interface:
IWebDriverFactory
- Create a WebDriver.
- Specified by:
create in interface IWebDriverFactory
- Parameters:
context - The context.
- Returns:
- W web driver based on context.
Copyright © 2013. All rights reserved.