Package | Description |
---|---|
org.openqa.selenium.remote |
Modifier and Type | Method and Description |
---|---|
SessionId |
RemoteWebDriver.getSessionId() |
SessionId |
Command.getSessionId() |
Modifier and Type | Method and Description |
---|---|
static Response |
Responses.failure(SessionId sessionId,
Throwable reason)
Creates a response object for a failed command execution.
|
static Response |
Responses.failure(SessionId sessionId,
Throwable reason,
com.google.common.base.Optional<String> screenshot)
Creates a response object for a failed command execution.
|
protected void |
RemoteWebDriver.log(SessionId sessionId,
String commandName,
Object toLog,
RemoteWebDriver.When when)
Override this to be notified at key points in the execution of a command.
|
static Response |
Responses.success(SessionId sessionId,
Object value)
Creates a response object for a successful command execution.
|
Constructor and Description |
---|
Command(SessionId sessionId,
String name) |
Command(SessionId sessionId,
String name,
Map<String,?> parameters) |
Response(SessionId sessionId) |
Copyright © 2014. All rights reserved.