org.openqa.selenium.server.browserlaunchers
Class InternetExplorerLauncher

java.lang.Object
  extended by org.openqa.selenium.server.browserlaunchers.InternetExplorerLauncher
All Implemented Interfaces:
BrowserLauncher

public class InternetExplorerLauncher
extends java.lang.Object
implements BrowserLauncher


Constructor Summary
InternetExplorerLauncher(Capabilities browserOptions, RemoteControlConfiguration configuration, java.lang.String sessionId, java.lang.String browserLaunchLocation)
           
 
Method Summary
 void close()
           
 java.lang.Process getProcess()
           
 void launchHTMLSuite(java.lang.String suiteUrl, java.lang.String baseUrl)
           
 void launchRemoteSession(java.lang.String url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InternetExplorerLauncher

public InternetExplorerLauncher(Capabilities browserOptions,
                                RemoteControlConfiguration configuration,
                                java.lang.String sessionId,
                                java.lang.String browserLaunchLocation)
Method Detail

close

public void close()
Specified by:
close in interface BrowserLauncher

getProcess

public java.lang.Process getProcess()
Specified by:
getProcess in interface BrowserLauncher

launchHTMLSuite

public void launchHTMLSuite(java.lang.String suiteUrl,
                            java.lang.String baseUrl)
Specified by:
launchHTMLSuite in interface BrowserLauncher

launchRemoteSession

public void launchRemoteSession(java.lang.String url)
Specified by:
launchRemoteSession in interface BrowserLauncher


Copyright © 2011. All Rights Reserved.