Package | Description |
---|---|
org.openqa.selenium.server |
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,
org.openqa.selenium.Capabilities 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,
org.openqa.selenium.Capabilities browserConfigurations) |
protected BrowserSessionFactory.BrowserSessionInfo |
BrowserSessionFactory.getNewBrowserSession(String browserString,
String startURL,
String extensionJs,
org.openqa.selenium.Capabilities browserConfigurations,
boolean useCached,
boolean ensureClean,
RemoteControlConfiguration configuration)
Gets a new browser session
|
BrowserSessionFactory.BrowserSessionInfo |
BrowserSessionFactory.getNewBrowserSession(String browserString,
String startURL,
String extensionJs,
org.openqa.selenium.Capabilities browserConfigurations,
RemoteControlConfiguration configuration)
Gets a new browser session, using the SeleniumServer static fields to populate parameters.
|
String |
FrameGroupCommandQueueSet.waitForLoad(long timeoutInMilliseconds) |
Copyright © 2015. All rights reserved.