public class DestroyableRuntimeExecutingBrowserLauncher extends AbstractBrowserLauncher
Modifier and Type | Field and Description |
---|---|
protected String |
commandPath |
protected Process |
process |
browserConfigurationOptions, sessionId
Constructor and Description |
---|
DestroyableRuntimeExecutingBrowserLauncher(String commandPath,
String sessionId)
Specifies a command path to run
|
Modifier and Type | Method and Description |
---|---|
void |
close()
Kills the process
|
protected void |
exec(String command) |
Process |
getProcess()
Returns a process if there is an associated one running with this browser launcher (this is not required to be implementd).
|
protected void |
launch(String url) |
getConfiguration, getPort, launchHTMLSuite, launchRemoteSession
public void close()
public Process getProcess()
BrowserLauncher
protected void launch(String url)
launch
in class AbstractBrowserLauncher
protected void exec(String command)
Copyright © 2012. All Rights Reserved.