org.openqa.selenium.server.browserlaunchers
Class SafariCustomProfileLauncher
java.lang.Object
org.openqa.selenium.server.browserlaunchers.AbstractBrowserLauncher
org.openqa.selenium.server.browserlaunchers.SafariCustomProfileLauncher
- All Implemented Interfaces:
- org.openqa.selenium.browserlaunchers.BrowserLauncher
- Direct Known Subclasses:
- ProxyInjectionSafariCustomProfileLauncher, SafariFileBasedLauncher
public class SafariCustomProfileLauncher
- extends AbstractBrowserLauncher
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
customProfileDir
protected File customProfileDir
cmdarray
protected String[] cmdarray
browserInstallation
protected org.openqa.selenium.browserlaunchers.locators.BrowserInstallation browserInstallation
process
protected org.openqa.selenium.os.CommandLine process
wpm
protected org.openqa.selenium.browserlaunchers.WindowsProxyManager wpm
mpm
protected org.openqa.selenium.browserlaunchers.MacProxyManager mpm
SafariCustomProfileLauncher
public SafariCustomProfileLauncher(Capabilities browserOptions,
RemoteControlConfiguration configuration,
String sessionId,
String browserLaunchLocation)
locateSafari
protected org.openqa.selenium.browserlaunchers.locators.BrowserInstallation locateSafari(String browserLaunchLocation)
launch
protected void launch(String url)
- Specified by:
launch
in class AbstractBrowserLauncher
launchSafari
protected void launchSafari(String url)
close
public void close()
ensureCleanSession
protected void ensureCleanSession()
makeRedirectionHtml
protected String makeRedirectionHtml(File parentDir,
String url)
changeRegistrySettings
protected void changeRegistrySettings()
Copyright © 2012. All Rights Reserved.