| Package | Description |
|---|---|
| org.openqa.selenium.remote |
| Modifier and Type | Method and Description |
|---|---|
SessionId |
RemoteWebDriver.getSessionId() |
SessionId |
Command.getSessionId() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
Command(SessionId sessionId,
String name) |
Command(SessionId sessionId,
String name,
Map<String,?> parameters) |
Response(SessionId sessionId) |
Copyright © 2015. All rights reserved.