Package net.thucydides.core.webdriver

Package class diagram package net.thucydides.core.webdriver
Manage WebDriver instances, and knowing what WebDriver types are supported.

See:
          Description

Interface Summary
Configuration  
ThucydidesWebDriverEventListener Listener class used to know when a new Webdriver instance has been created.
WebdriverManager Manage WebDriver instances.
 

Class Summary
SystemPropertiesConfiguration Centralized configuration of the test runner.
ThucydidesWebdriverManager Manage WebDriver instances.
WebDriverFacade A proxy class for webdriver instances, designed to prevent the browser being opened unnecessarily.
WebDriverFactory Provides an instance of a supported WebDriver.
WebdriverInstanceFactory Centralize instantiation of WebDriver drivers.
WebdriverInstances One or more WebDriver drivers that are being used in a test.
WebdriverProxyFactory Provides a proxy for a WebDriver instance.
 

Enum Summary
SupportedWebDriver The list of supported web drivers.
 

Exception Summary
UnsupportedDriverException Thrown when the test runner tries to use an unsupported WebDriver driver.
 

Error Summary
WebdriverAssertionError Turns a webdriver error into an ordinary assertion error.
 

Package net.thucydides.core.webdriver Description

Manage WebDriver instances, and knowing what WebDriver types are supported.



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