com.atlassian.webdriver.browsers
Class WebDriverBrowserConfiguration
java.lang.Object
com.atlassian.webdriver.browsers.WebDriverBrowserConfiguration
- All Implemented Interfaces:
- com.atlassian.browsers.BrowserConfiguration
public class WebDriverBrowserConfiguration
- extends Object
- implements com.atlassian.browsers.BrowserConfiguration
A default BrowserConfiguration that reads the specific browser from System properties
and uses the maven 'target' directory as a tmp dir to install the driver in if auto-installing it.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebDriverBrowserConfiguration
public WebDriverBrowserConfiguration()
getTmpDir
public File getTmpDir()
- Specified by:
getTmpDir in interface com.atlassian.browsers.BrowserConfiguration
getBrowserName
public String getBrowserName()
- Specified by:
getBrowserName in interface com.atlassian.browsers.BrowserConfiguration
Copyright © 2014 Atlassian. All rights reserved.