Uses of Class
org.unitils.selenium.BrowserChoice

Packages that use BrowserChoice
org.unitils.selenium   
 

Uses of BrowserChoice in org.unitils.selenium
 

Methods in org.unitils.selenium that return BrowserChoice
static BrowserChoice BrowserChoice.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BrowserChoice[] BrowserChoice.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.unitils.selenium with parameters of type BrowserChoice
static org.openqa.selenium.WebDriver WebDriverFactory.createDriver(BrowserChoice browserChoice, java.lang.String downloadPath, java.lang.String fileType)
          The webdriver will be created in this method.
static org.openqa.selenium.WebDriver WebDriverFactory.createDriver(BrowserChoice browserChoice, java.lang.String proxyUrl, java.lang.String downloadPath, java.lang.String fileType)
           
 



Copyright © 2013. All Rights Reserved.