com.atlassian.webdriver.browsers
Class WebDriverBrowserConfiguration

java.lang.Object
  extended by 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.


Constructor Summary
WebDriverBrowserConfiguration()
           
 
Method Summary
 String getBrowserName()
           
 File getTmpDir()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebDriverBrowserConfiguration

public WebDriverBrowserConfiguration()
Method Detail

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.