|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BrowserLauncher
The launcher interface for classes that will start/stop the browser process.
| Method Summary | |
|---|---|
void |
close()
Stop (kill) the browser process |
java.lang.Process |
getProcess()
Returns a process if there is an associated one running with this browser launcher (this is not required to be implementd). |
void |
launchHTMLSuite(java.lang.String startURL,
java.lang.String suiteUrl,
boolean multiWindow,
java.lang.String defaultLogLevel)
Start the browser in Selenese mode, auto-running the specified HTML suite |
void |
launchRemoteSession(java.lang.String url,
boolean multiWindow)
Start the browser and navigate directly to the specified URL |
| Method Detail |
|---|
void launchRemoteSession(java.lang.String url,
boolean multiWindow)
multiWindow - TODO
void launchHTMLSuite(java.lang.String startURL,
java.lang.String suiteUrl,
boolean multiWindow,
java.lang.String defaultLogLevel)
startURL - the url within which to initiate the session (if needed)suiteUrl - the url of the HTML suite to launchmultiWindow - TODOdefaultLogLevel - TODOvoid close()
java.lang.Process getProcess()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||