|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openqa.selenium.server.browserlaunchers.DestroyableRuntimeExecutingBrowserLauncher
Runs the specified command path to start the browser, and kills the process to quit.
Field Summary | |
protected java.lang.String |
commandPath
|
protected java.lang.Process |
process
|
protected java.lang.String |
sessionId
|
Constructor Summary | |
DestroyableRuntimeExecutingBrowserLauncher(java.lang.String commandPath,
java.lang.String sessionId)
Specifies a command path to run |
Method Summary | |
void |
close()
Kills the process |
protected void |
exec(java.lang.String command)
|
void |
launch(java.lang.String url)
|
void |
launchHTMLSuite(java.lang.String suiteUrl,
java.lang.String browserURL)
Start the browser in Selenese mode, auto-running the specified HTML suite |
void |
launchRemoteSession(java.lang.String browserURL)
Start the browser and navigate directly to the specified URL |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.lang.Process process
protected java.lang.String commandPath
protected java.lang.String sessionId
Constructor Detail |
public DestroyableRuntimeExecutingBrowserLauncher(java.lang.String commandPath, java.lang.String sessionId)
Method Detail |
public void close()
close
in interface BrowserLauncher
public void launch(java.lang.String url)
public void launchHTMLSuite(java.lang.String suiteUrl, java.lang.String browserURL)
BrowserLauncher
launchHTMLSuite
in interface BrowserLauncher
suiteUrl
- the url within which to initiate the session (if needed)browserURL
- the url of the HTML suite to launchpublic void launchRemoteSession(java.lang.String browserURL)
BrowserLauncher
launchRemoteSession
in interface BrowserLauncher
protected void exec(java.lang.String command)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |