Package | Description |
---|---|
org.openqa.selenium.remote | |
org.openqa.selenium.remote.http | |
org.openqa.selenium.remote.service |
Modifier and Type | Method and Description |
---|---|
Command |
CommandCodec.decode(T encodedCommand)
Decodes a command.
|
Modifier and Type | Method and Description |
---|---|
T |
CommandCodec.encode(Command command)
Encodes a command.
|
Response |
HttpCommandExecutor.execute(Command command) |
Response |
CommandExecutor.execute(Command command) |
Modifier and Type | Method and Description |
---|---|
Command |
JsonHttpCommandCodec.decode(HttpRequest encodedCommand) |
Modifier and Type | Method and Description |
---|---|
HttpRequest |
JsonHttpCommandCodec.encode(Command command) |
Modifier and Type | Method and Description |
---|---|
Response |
DriverCommandExecutor.execute(Command command)
Sends the
command to the driver server for execution. |
Copyright © 2014. All rights reserved.