|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openqa.selenium.server.browserlaunchers.InternetExplorerLauncher
public class InternetExplorerLauncher
Constructor Summary | |
---|---|
InternetExplorerLauncher(BrowserConfigurationOptions browserOptions,
RemoteControlConfiguration configuration,
java.lang.String sessionId,
java.lang.String browserLaunchLocation)
|
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 suiteUrl,
java.lang.String baseUrl)
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 using the supplied browser configurations |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InternetExplorerLauncher(BrowserConfigurationOptions browserOptions, RemoteControlConfiguration configuration, java.lang.String sessionId, java.lang.String browserLaunchLocation)
Method Detail |
---|
public void close()
BrowserLauncher
close
in interface BrowserLauncher
public java.lang.Process getProcess()
BrowserLauncher
getProcess
in interface BrowserLauncher
public void launchHTMLSuite(java.lang.String suiteUrl, java.lang.String baseUrl)
BrowserLauncher
launchHTMLSuite
in interface BrowserLauncher
suiteUrl
- the url of the HTML suite to launchbaseUrl
- the url within which to initiate the session (if needed)public void launchRemoteSession(java.lang.String url)
BrowserLauncher
launchRemoteSession
in interface BrowserLauncher
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |