org.openqa.selenium.browserlaunchers.locators
Class SafariLocator

java.lang.Object
  extended by org.openqa.selenium.browserlaunchers.locators.SingleBrowserLocator
      extended by org.openqa.selenium.browserlaunchers.locators.SafariLocator
All Implemented Interfaces:
BrowserLocator

public class SafariLocator
extends SingleBrowserLocator

Discovers a valid Internet Explorer installation on local system.


Constructor Summary
SafariLocator()
           
 
Method Summary
protected  java.lang.String browserName()
           
protected  java.lang.String browserPathOverridePropertyName()
           
protected  java.lang.String seleniumBrowserName()
           
protected  java.lang.String[] standardlauncherFilenames()
           
protected  java.lang.String[] usualLauncherLocations()
           
 
Methods inherited from class org.openqa.selenium.browserlaunchers.locators.SingleBrowserLocator
browserDefaultPath, computeLibraryPath, couldNotFindAnyInstallationMessage, fakeLauncherPath, findAtADefaultLocation, findBrowserLocation, findBrowserLocationOrFail, findFileInPath, findInPath, humanFriendlyLauncherFileNames, retrieveValidInstallationPath, retrieveValidInstallationPath, retrieveValidInstallationPath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SafariLocator

public SafariLocator()
Method Detail

browserName

protected java.lang.String browserName()
Specified by:
browserName in class SingleBrowserLocator

seleniumBrowserName

protected java.lang.String seleniumBrowserName()
Specified by:
seleniumBrowserName in class SingleBrowserLocator

standardlauncherFilenames

protected java.lang.String[] standardlauncherFilenames()
Specified by:
standardlauncherFilenames in class SingleBrowserLocator

browserPathOverridePropertyName

protected java.lang.String browserPathOverridePropertyName()
Specified by:
browserPathOverridePropertyName in class SingleBrowserLocator

usualLauncherLocations

protected java.lang.String[] usualLauncherLocations()
Specified by:
usualLauncherLocations in class SingleBrowserLocator


Copyright © 2011. All Rights Reserved.