Uses of Class
net.thucydides.core.webdriver.WebDriverFactory

Packages that use WebDriverFactory
net.thucydides.core.webdriver Manage WebDriver instances, and knowing what WebDriver types are supported. 
net.thucydides.junit.runners Thucydides JUnit test runner and associated classes. 
 

Uses of WebDriverFactory in net.thucydides.core.webdriver
 

Methods in net.thucydides.core.webdriver with parameters of type WebDriverFactory
 org.openqa.selenium.WebDriver WebdriverProxyFactory.proxyFor(Class<? extends org.openqa.selenium.WebDriver> driverClass, WebDriverFactory webDriverFactory)
           
 

Constructors in net.thucydides.core.webdriver with parameters of type WebDriverFactory
ThucydidesWebdriverManager(WebDriverFactory webDriverFactory, Configuration configuration)
           
WebDriverFacade(Class<? extends org.openqa.selenium.WebDriver> driverClass, WebDriverFactory webDriverFactory)
           
 

Uses of WebDriverFactory in net.thucydides.junit.runners
 

Constructors in net.thucydides.junit.runners with parameters of type WebDriverFactory
ThucydidesParameterizedRunner(Class<?> klass, Configuration configuration, WebDriverFactory webDriverFactory)
          Only used for testing.
ThucydidesRunner(Class<?> klass, WebDriverFactory webDriverFactory)
           
ThucydidesRunner(Class<?> klass, WebDriverFactory webDriverFactory, Configuration configuration)
           
 



Copyright © 2011-2012 Wakaleo Consulting. All Rights Reserved.