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:
- BrowserLauncher
public class SafariCustomProfileLauncher
- extends AbstractBrowserLauncher
|
Method Summary |
void |
close()
Stop (kill) the browser process |
protected void |
launch(java.lang.String url)
|
static void |
main(java.lang.String[] args)
|
protected java.lang.String |
makeRedirectionHtml(java.io.File parentDir,
java.lang.String url)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SafariCustomProfileLauncher
public SafariCustomProfileLauncher(int port,
java.lang.String sessionId)
SafariCustomProfileLauncher
public SafariCustomProfileLauncher(int port,
java.lang.String sessionId,
java.lang.String browserLaunchLocation)
launch
protected void launch(java.lang.String url)
- Specified by:
launch in class AbstractBrowserLauncher
makeRedirectionHtml
protected java.lang.String makeRedirectionHtml(java.io.File parentDir,
java.lang.String url)
close
public void close()
- Description copied from interface:
BrowserLauncher
- Stop (kill) the browser process
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2006 null. All Rights Reserved.