|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The launcher interface for classes that will start/stop the browser process.
Method Summary | |
void |
close()
Stop (kill) the browser process |
void |
launchHTMLSuite(java.lang.String startURL,
java.lang.String suiteUrl)
Start the browser in Selenese mode, auto-running the specified HTML suite |
void |
launchRemoteSession(java.lang.String url)
Start the browser and navigate directly to the specified URL |
Method Detail |
public void launchRemoteSession(java.lang.String url)
public void launchHTMLSuite(java.lang.String startURL, java.lang.String suiteUrl)
startURL
- the url within which to initiate the session (if needed)suiteUrl
- the url of the HTML suite to launchpublic void close()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |