org.openqa.selenium.browserlaunchers.locators
Class BrowserInstallation

java.lang.Object
  extended by org.openqa.selenium.browserlaunchers.locators.BrowserInstallation

public class BrowserInstallation
extends Object

Encapsulate useful settings of a browser installation discovered with a BrowserLocator


Constructor Summary
BrowserInstallation(String launcherFilePath, String libraryPath)
           
 
Method Summary
 String launcherFilePath()
           
 String libraryPath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BrowserInstallation

public BrowserInstallation(String launcherFilePath,
                           String libraryPath)
Method Detail

launcherFilePath

public String launcherFilePath()

libraryPath

public String libraryPath()


Copyright © 2011. All Rights Reserved.