public class HTABrowserLauncher extends Object implements BrowserLauncher
| Constructor and Description |
|---|
HTABrowserLauncher(BrowserConfigurationOptions browserOptions,
RemoteControlConfiguration configuration,
String sessionId,
String browserLaunchLocation) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Stop (kill) the browser process
|
Process |
getProcess()
Returns a process if there is an associated one running with this browser launcher (this is not required to be implementd).
|
void |
launchHTMLSuite(String suiteUrl,
String browserURL)
Start the browser in Selenese mode, auto-running the specified HTML suite
|
void |
launchRemoteSession(String url)
Note that the browserConfigurationOptions object is ignored; This browser configuration is not supported for IE
|
public HTABrowserLauncher(BrowserConfigurationOptions browserOptions, RemoteControlConfiguration configuration, String sessionId, String browserLaunchLocation)
public void close()
BrowserLauncherclose in interface BrowserLauncherpublic Process getProcess()
BrowserLaunchergetProcess in interface BrowserLauncherpublic void launchHTMLSuite(String suiteUrl, String browserURL)
BrowserLauncherlaunchHTMLSuite in interface BrowserLaunchersuiteUrl - the url of the HTML suite to launchbrowserURL - the url within which to initiate the session (if needed)public void launchRemoteSession(String url)
launchRemoteSession in interface BrowserLauncherCopyright © 2012. All Rights Reserved.