public class MockBrowserLauncher extends Object implements org.openqa.selenium.browserlaunchers.BrowserLauncher, Runnable
| Constructor and Description |
|---|
MockBrowserLauncher(Capabilities browserOptions,
RemoteControlConfiguration configuration,
String sessionId,
String command) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
launchHTMLSuite(String startURL,
String suiteUrl) |
void |
launchRemoteSession(String url)
Note that the browserConfigurationOptions object is ignored; This browser configuration is not
supported for IE
|
void |
run() |
public MockBrowserLauncher(Capabilities browserOptions, RemoteControlConfiguration configuration, String sessionId, String command)
public void launchHTMLSuite(String startURL, String suiteUrl)
launchHTMLSuite in interface org.openqa.selenium.browserlaunchers.BrowserLauncherpublic void close()
close in interface org.openqa.selenium.browserlaunchers.BrowserLauncherpublic void launchRemoteSession(String url)
launchRemoteSession in interface org.openqa.selenium.browserlaunchers.BrowserLauncherCopyright © 2013. All rights reserved.