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