org.openqa.selenium.server.browserlaunchers
Class HTABrowserLauncher

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

public class HTABrowserLauncher
extends Object
implements BrowserLauncher


Constructor Summary
HTABrowserLauncher(Capabilities browserOptions, RemoteControlConfiguration configuration, String sessionId, String browserLaunchLocation)
           
 
Method Summary
 void close()
           
 Process getProcess()
           
 void launchHTMLSuite(String suiteUrl, String browserURL)
           
 void launchRemoteSession(String url)
          Note that the browserConfigurationOptions object is ignored; This browser configuration is not supported for IE
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTABrowserLauncher

public HTABrowserLauncher(Capabilities browserOptions,
                          RemoteControlConfiguration configuration,
                          String sessionId,
                          String browserLaunchLocation)
Method Detail

close

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

getProcess

public Process getProcess()
Specified by:
getProcess in interface BrowserLauncher

launchHTMLSuite

public void launchHTMLSuite(String suiteUrl,
                            String browserURL)
Specified by:
launchHTMLSuite in interface BrowserLauncher

launchRemoteSession

public void launchRemoteSession(String url)
Note that the browserConfigurationOptions object is ignored; This browser configuration is not supported for IE

Specified by:
launchRemoteSession in interface BrowserLauncher


Copyright © 2011. All Rights Reserved.