public class DrivenSeleniumLauncher extends Object implements org.openqa.selenium.browserlaunchers.BrowserLauncher
| Constructor and Description |
|---|
DrivenSeleniumLauncher(Capabilities capabilities,
RemoteControlConfiguration rcConfig,
String sessionId,
String browserStartPath) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected String |
getSessionId() |
void |
launchHTMLSuite(String suiteUrl,
String baseUrl) |
void |
launchRemoteSession(String url) |
void |
setDriverSessions(DriverSessions sessions) |
public DrivenSeleniumLauncher(Capabilities capabilities, RemoteControlConfiguration rcConfig, String sessionId, String browserStartPath)
public void setDriverSessions(DriverSessions sessions)
public void launchRemoteSession(String url)
launchRemoteSession in interface org.openqa.selenium.browserlaunchers.BrowserLauncherpublic void launchHTMLSuite(String suiteUrl, String baseUrl)
launchHTMLSuite in interface org.openqa.selenium.browserlaunchers.BrowserLauncherpublic void close()
close in interface org.openqa.selenium.browserlaunchers.BrowserLauncherprotected String getSessionId()
Copyright © 2013. All rights reserved.