org.openqa.selenium.server.browserlaunchers
Class FirefoxLauncher
java.lang.Object
org.openqa.selenium.server.browserlaunchers.FirefoxLauncher
- All Implemented Interfaces:
- org.openqa.selenium.browserlaunchers.BrowserLauncher
public class FirefoxLauncher
- extends Object
- implements org.openqa.selenium.browserlaunchers.BrowserLauncher
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FirefoxLauncher
public FirefoxLauncher(Capabilities browserOptions,
RemoteControlConfiguration configuration,
String sessionId,
String browserLaunchLocation)
throws InvalidBrowserExecutableException
- Throws:
InvalidBrowserExecutableException
close
public void close()
- Specified by:
close
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
launchRemoteSession
public void launchRemoteSession(String url)
- Specified by:
launchRemoteSession
in interface org.openqa.selenium.browserlaunchers.BrowserLauncher
Copyright © 2012. All Rights Reserved.