org.openqa.selenium.server.browserlaunchers
Class DrivenSeleniumLauncher

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

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


Constructor Summary
DrivenSeleniumLauncher(Capabilities capabilities, RemoteControlConfiguration rcConfig, String sessionId, String browserStartPath)
           
 
Method Summary
 void close()
           
protected  String getSessionId()
           
 void launchHTMLSuite(String suiteUrl, String baseUrl)
           
 void launchRemoteSession(String url)
           
 void setDriverSessions(DriverSessions sessions)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DrivenSeleniumLauncher

public DrivenSeleniumLauncher(Capabilities capabilities,
                              RemoteControlConfiguration rcConfig,
                              String sessionId,
                              String browserStartPath)
Method Detail

setDriverSessions

public void setDriverSessions(DriverSessions sessions)

launchRemoteSession

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

launchHTMLSuite

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

close

public void close()
Specified by:
close in interface org.openqa.selenium.browserlaunchers.BrowserLauncher

getSessionId

protected String getSessionId()


Copyright © 2012. All Rights Reserved.