org.specrunner.webdriver
Interface IWebDriverFactory

All Known Implementing Classes:
WebDriverFactoryChrome, WebDriverFactoryHtmlUnit, WebDriverFactoryIe

public interface IWebDriverFactory

Creates a WebDriver based on contextual information.

Author:
Thiago Santos

Method Summary
 org.openqa.selenium.WebDriver create(IContext context)
          Create a WebDriver.
 

Method Detail

create

org.openqa.selenium.WebDriver create(IContext context)
                                     throws PluginException
Create a WebDriver.

Parameters:
context - The context.
Returns:
W web driver based on context.
Throws:
PluginException - On creation errors.


Copyright © 2013. All rights reserved.