org.openqa.selenium.server.browserlaunchers
Class HTABrowserLauncher
java.lang.Object
org.openqa.selenium.server.browserlaunchers.HTABrowserLauncher
- All Implemented Interfaces:
- BrowserLauncher
public class HTABrowserLauncher
- extends Object
- implements BrowserLauncher
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HTABrowserLauncher
public HTABrowserLauncher(Capabilities browserOptions,
RemoteControlConfiguration configuration,
String sessionId,
String browserLaunchLocation)
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.