public interface BrowserLauncher
Modifier and Type | Method and Description |
---|---|
void |
close()
Stop (kill) the browser process
|
void |
launchHTMLSuite(String suiteUrl,
String baseUrl)
Start the browser in Selenese mode, auto-running the specified HTML suite
|
void |
launchRemoteSession(String url)
Start the browser and navigate directly to the specified URL using the supplied browser
configurations
|
void launchRemoteSession(String url)
void launchHTMLSuite(String suiteUrl, String baseUrl)
suiteUrl
- the url of the HTML suite to launchbaseUrl
- the url within which to initiate the session (if needed)void close()
Copyright © 2013. All rights reserved.