public final class FirefoxBrowser extends Object
| Modifier and Type | Method and Description |
|---|---|
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
|
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 profilepublic static org.openqa.selenium.firefox.FirefoxDriver getFirefoxDriver(String browserPath)
browserPath - the path to the firefox binary to use for the firefox driver.Copyright © 2015 Atlassian. All rights reserved.