public class MockBrowserLauncher extends Object implements BrowserLauncher, Runnable
| Constructor and Description |
|---|
MockBrowserLauncher(org.openqa.selenium.Capabilities browserOptions,
RemoteControlConfiguration configuration,
String sessionId,
String command) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Stop (kill) the browser process
|
void |
launchHTMLSuite(String startURL,
String suiteUrl)
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
|
void |
run() |
public MockBrowserLauncher(org.openqa.selenium.Capabilities browserOptions,
RemoteControlConfiguration configuration,
String sessionId,
String command)
public void launchHTMLSuite(String startURL, String suiteUrl)
BrowserLauncherlaunchHTMLSuite in interface BrowserLauncherstartURL - the url of the HTML suite to launchsuiteUrl - the url within which to initiate the session (if needed)public void close()
BrowserLauncherclose in interface BrowserLauncherpublic void launchRemoteSession(String url)
launchRemoteSession in interface BrowserLauncherurl - URLCopyright © 2015. All rights reserved.