|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.webdriver.browsers.firefox.FirefoxBrowser
public final class FirefoxBrowser
A helper utility for obtaining a FirefoxDriver.
| Method Summary | |
|---|---|
static org.openqa.selenium.firefox.FirefoxDriver |
getFirefoxDriver()
Gets the default FirefoxDriver that tries to use the default system paths for where the firefox binary should be |
static org.openqa.selenium.firefox.FirefoxDriver |
getFirefoxDriver(com.atlassian.browsers.BrowserConfig browserConfig)
Configures a FirefoxDriver based on the browserConfig |
static org.openqa.selenium.firefox.FirefoxDriver |
getFirefoxDriver(String browserPath)
Gets a firefox driver based on the browser path based in |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static org.openqa.selenium.firefox.FirefoxDriver getFirefoxDriver()
public static org.openqa.selenium.firefox.FirefoxDriver getFirefoxDriver(com.atlassian.browsers.BrowserConfig browserConfig)
browserConfig - browser config that points to the binary path of the browser and
optional profile
public static org.openqa.selenium.firefox.FirefoxDriver getFirefoxDriver(String browserPath)
browserPath - the path to the firefox binary to use for the firefox driver.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||