Package | Description |
---|---|
org.openqa.selenium.server |
Provides the core Selenium Server classes.
|
Modifier and Type | Class and Description |
---|---|
class |
WindowClosedException |
Modifier and Type | Method and Description |
---|---|
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.
|
String |
FrameGroupCommandQueueSet.doCommand(String command,
String arg,
String value)
Schedules the specified command to be retrieved by the next call to
handle command result, and returns the result of that command.
|
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.
|
String |
FrameGroupCommandQueueSet.waitForLoad(long timeoutInMilliseconds) |
Copyright © 2012. All Rights Reserved.