org.openqa.selenium.server.browserlaunchers
Class HTABrowserLauncher

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

public class HTABrowserLauncher
extends Object
implements org.openqa.selenium.browserlaunchers.BrowserLauncher


Constructor Summary
HTABrowserLauncher(Capabilities browserOptions, RemoteControlConfiguration configuration, String sessionId, String browserLaunchLocation)
           
 
Method Summary
 void close()
           
 void launchHTMLSuite(String suiteUrl, String browserURL)
           
 void launchRemoteSession(String url)
           
 
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 org.openqa.selenium.browserlaunchers.BrowserLauncher

launchHTMLSuite

public void launchHTMLSuite(String suiteUrl,
                            String browserURL)
Specified by:
launchHTMLSuite in interface org.openqa.selenium.browserlaunchers.BrowserLauncher

launchRemoteSession

public void launchRemoteSession(String url)
Specified by:
launchRemoteSession in interface org.openqa.selenium.browserlaunchers.BrowserLauncher


Copyright © 2012. All Rights Reserved.