public class ChromeBrowser extends Object
| Modifier and Type | Method and Description |
|---|---|
static org.openqa.selenium.chrome.ChromeDriver |
getChromeDriver() |
static org.openqa.selenium.chrome.ChromeDriver |
getChromeDriver(com.atlassian.browsers.BrowserConfig browserConfig)
Configures a ChromeDriver based on the browserConfig
|
static org.openqa.selenium.chrome.ChromeDriver |
getChromeDriver(String browserPath)
Gets a chrome driver based on the browser path based in
|
public static org.openqa.selenium.chrome.ChromeDriver getChromeDriver()
public static org.openqa.selenium.chrome.ChromeDriver getChromeDriver(com.atlassian.browsers.BrowserConfig browserConfig)
browserConfig - browser config that points to the binary path of the browser and
optional profilepublic static org.openqa.selenium.chrome.ChromeDriver getChromeDriver(String browserPath)
browserPath - the path to the chrome binary to use for the chrome driver.Copyright © 2016 Atlassian. All rights reserved.