org.openqa.selenium.server.browserlaunchers
Interface BrowserLauncher

All Known Implementing Classes:
DestroyableRuntimeExecutingBrowserLauncher, FirefoxChromeLauncher, FirefoxCustomProfileLauncher, HTABrowserLauncher, InternetExplorerCustomProxyLauncher, ManualPromptUserLauncher, OperaCustomProfileLauncher, SafariCustomProfileLauncher

public interface BrowserLauncher

The launcher interface for classes that will start/stop the browser process.

Version:
$Revision: 732 $
Author:
Paul Hammant

Method Summary
 void close()
          Stop (kill) the browser process
 void launchHTMLSuite(java.lang.String startURL, java.lang.String suiteUrl)
          Start the browser in Selenese mode, auto-running the specified HTML suite
 void launchRemoteSession(java.lang.String url)
          Start the browser and navigate directly to the specified URL
 

Method Detail

launchRemoteSession

public void launchRemoteSession(java.lang.String url)
Start the browser and navigate directly to the specified URL


launchHTMLSuite

public void launchHTMLSuite(java.lang.String startURL,
                            java.lang.String suiteUrl)
Start the browser in Selenese mode, auto-running the specified HTML suite

Parameters:
startURL - the url within which to initiate the session (if needed)
suiteUrl - the url of the HTML suite to launch

close

public void close()
Stop (kill) the browser process



Copyright © 2006 null. All Rights Reserved.