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

Packages that use SupportedWebDriver
net.thucydides.core.webdriver Manage WebDriver instances, and knowing what WebDriver types are supported. 
 

Uses of SupportedWebDriver in net.thucydides.core.webdriver
 

Methods in net.thucydides.core.webdriver that return SupportedWebDriver
 SupportedWebDriver SystemPropertiesConfiguration.getDriverType()
          Get the currently-configured browser type.
 SupportedWebDriver Configuration.getDriverType()
           
static SupportedWebDriver SupportedWebDriver.getDriverTypeFor(String value)
           
static SupportedWebDriver SupportedWebDriver.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SupportedWebDriver[] SupportedWebDriver.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.thucydides.core.webdriver with parameters of type SupportedWebDriver
 Class<? extends org.openqa.selenium.WebDriver> WebDriverFactory.getClassFor(SupportedWebDriver driverType)
           
 org.openqa.selenium.WebDriver WebDriverFactory.newInstanceOf(SupportedWebDriver driverType)
          Create a new WebDriver instance of a given type.
 



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