com.atlassian.webdriver
Class WebDriverFactory

java.lang.Object
  extended by com.atlassian.webdriver.WebDriverFactory

public class WebDriverFactory
extends Object

Checks the System property webdriver.browser to see what browser driver to return. Defaults to firefox.


Method Summary
static Browser getBrowser()
           
static Browser getBrowser(String browserProperty)
           
static String getBrowserProperty()
           
static AtlassianWebDriver getDriver()
           
static AtlassianWebDriver getDriver(com.atlassian.browsers.BrowserConfig browserConfig)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDriver

public static AtlassianWebDriver getDriver()

getBrowserProperty

public static String getBrowserProperty()

getBrowser

public static Browser getBrowser()

getBrowser

public static Browser getBrowser(String browserProperty)

getDriver

public static AtlassianWebDriver getDriver(com.atlassian.browsers.BrowserConfig browserConfig)


Copyright © 2014 Atlassian. All rights reserved.