Methods in org.openqa.selenium.server that throw RemoteCommandException |
protected BrowserSessionFactory.BrowserSessionInfo |
BrowserSessionFactory.createNewRemoteSession(java.lang.String browserString,
java.lang.String startURL,
java.lang.String extensionJs,
Capabilities browserConfiguration,
boolean ensureClean,
RemoteControlConfiguration configuration)
Creates and tries to open a new session. |
java.lang.String |
FrameGroupCommandQueueSet.doCommand(java.lang.String command,
java.lang.String arg,
java.lang.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 java.lang.String |
SeleniumDriverResourceHandler.getNewBrowserSession(java.lang.String browserString,
java.lang.String startURL,
java.lang.String extensionJs,
Capabilities browserConfigurations)
|
protected BrowserSessionFactory.BrowserSessionInfo |
BrowserSessionFactory.getNewBrowserSession(java.lang.String browserString,
java.lang.String startURL,
java.lang.String extensionJs,
Capabilities browserConfigurations,
boolean useCached,
boolean ensureClean,
RemoteControlConfiguration configuration)
Gets a new browser session |
BrowserSessionFactory.BrowserSessionInfo |
BrowserSessionFactory.getNewBrowserSession(java.lang.String browserString,
java.lang.String startURL,
java.lang.String extensionJs,
Capabilities browserConfigurations,
RemoteControlConfiguration configuration)
Gets a new browser session, using the SeleniumServer static fields
to populate parameters. |
java.lang.String |
FrameGroupCommandQueueSet.waitForLoad(long timeoutInMilliseconds)
|