Package | Description |
---|---|
org.openqa.selenium.server |
Provides the core Selenium Server classes.
|
org.openqa.selenium.server.browserlaunchers |
Provides classes to launch and kill browsers.
|
org.openqa.selenium.server.htmlrunner |
Provides classes to launch Selenium Core HTML test suites and handle their test results.
|
Modifier and Type | Method and Description |
---|---|
void |
RemoteControlConfiguration.copySettingsIntoBrowserOptions(BrowserConfigurationOptions browserOptions) |
protected BrowserSessionFactory.BrowserSessionInfo |
BrowserSessionFactory.createNewRemoteSession(String browserString,
String startURL,
String extensionJs,
BrowserConfigurationOptions browserConfiguration,
boolean ensureClean,
RemoteControlConfiguration configuration)
Creates and tries to open a new session.
|
protected String |
SeleniumDriverResourceHandler.getNewBrowserSession(String browserString,
String startURL,
String extensionJs,
BrowserConfigurationOptions browserConfigurations) |
protected BrowserSessionFactory.BrowserSessionInfo |
BrowserSessionFactory.getNewBrowserSession(String browserString,
String startURL,
String extensionJs,
BrowserConfigurationOptions browserConfigurations,
boolean useCached,
boolean ensureClean,
RemoteControlConfiguration configuration)
Gets a new browser session
|
BrowserSessionFactory.BrowserSessionInfo |
BrowserSessionFactory.getNewBrowserSession(String browserString,
String startURL,
String extensionJs,
BrowserConfigurationOptions browserConfigurations,
RemoteControlConfiguration configuration)
Gets a new browser session, using the SeleniumServer static fields
to populate parameters.
|
Modifier and Type | Field and Description |
---|---|
protected BrowserConfigurationOptions |
AbstractBrowserLauncher.browserConfigurationOptions |
Modifier and Type | Method and Description |
---|---|
BrowserLauncher |
BrowserLauncherFactory.getBrowserLauncher(String browser,
String sessionId,
RemoteControlConfiguration configuration,
BrowserConfigurationOptions browserOptions)
Returns the browser given by the specified browser string
|
Modifier and Type | Method and Description |
---|---|
protected BrowserLauncher |
HTMLLauncher.getBrowserLauncher(String browser,
String sessionId,
RemoteControlConfiguration configuration,
BrowserConfigurationOptions browserOptions) |
Copyright © 2012. All Rights Reserved.