org.specrunner.webdriver.impl
Class WebDriverFactoryHtmlUnit

java.lang.Object
  extended by 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

Constructor Summary
WebDriverFactoryHtmlUnit()
           
 
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
 

Constructor Detail

WebDriverFactoryHtmlUnit

public WebDriverFactoryHtmlUnit()
Method Detail

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.