Package | Description |
---|---|
org.openqa.selenium.server | |
org.openqa.selenium.server.browserlaunchers | |
org.openqa.selenium.server.htmlrunner |
Modifier and Type | Field and Description |
---|---|
BrowserLauncher |
BrowserSessionFactory.BrowserSessionInfo.launcher |
Constructor and Description |
---|
BrowserSessionInfo(String sessionId,
String browserString,
String baseUrl,
BrowserLauncher launcher,
FrameGroupCommandQueueSet session) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBrowserLauncher
Runs the specified command path to start the browser, and kills the process to quit.
|
class |
CustomBrowserLauncher
Runs the specified command path to start the browser, and kills the process to quit.
|
class |
DrivenSeleniumLauncher |
class |
FirefoxChromeLauncher |
class |
FirefoxCustomProfileLauncher |
class |
FirefoxLauncher |
class |
GoogleChromeLauncher
Browser launcher for Google Chrome.
|
class |
HTABrowserLauncher |
class |
InternetExplorerCustomProxyLauncher |
class |
InternetExplorerLauncher |
class |
KonquerorLauncher |
class |
MockBrowserLauncher |
class |
ProxyInjectionFirefoxCustomProfileLauncher
launcher for Firefox under proxy injection mode
|
class |
ProxyInjectionInternetExplorerCustomProxyLauncher
launcher for IE under proxy injection mode
|
class |
ProxyInjectionSafariCustomProfileLauncher
launcher for Safari under proxy injection mode
|
class |
SafariCustomProfileLauncher |
class |
SafariFileBasedLauncher |
class |
SafariLauncher |
Modifier and Type | Method and Description |
---|---|
BrowserLauncher |
BrowserLauncherFactory.getBrowserLauncher(String browser,
String sessionId,
RemoteControlConfiguration configuration,
org.openqa.selenium.Capabilities browserOptions)
Returns the browser given by the specified browser string
|
Modifier and Type | Method and Description |
---|---|
Map<String,Class<? extends BrowserLauncher>> |
BrowserLauncherFactory.getSupportedLaunchers() |
Modifier and Type | Method and Description |
---|---|
void |
BrowserLauncherFactory.addBrowserLauncher(String browser,
Class<? extends BrowserLauncher> clazz) |
Modifier and Type | Method and Description |
---|---|
protected BrowserLauncher |
HTMLLauncher.getBrowserLauncher(String browser,
String sessionId,
RemoteControlConfiguration configuration,
org.openqa.selenium.Capabilities browserOptions) |
Copyright © 2016. All rights reserved.