Package | Description |
---|---|
org.openqa.selenium.server |
Modifier and Type | Class and Description |
---|---|
class |
DefaultRemoteCommand
The default implementation of the RemoteCommand interface
|
Modifier and Type | Field and Description |
---|---|
protected static RemoteCommand |
CommandHolder.retryCommand |
Modifier and Type | Method and Description |
---|---|
RemoteCommand |
CommandHolder.getCommand()
Get, and remove from the holder, the next command to run.
|
protected RemoteCommand |
CommandQueue.getNextCommand()
Get, and remove from the command holder, the next command to run
|
RemoteCommand |
CommandQueue.handleCommandResult(String commandResult)
Accepts a command reply, and retrieves the next command to run.
|
RemoteCommand |
FrameGroupCommandQueueSet.handleCommandResult(String commandResult,
FrameAddress incomingFrameAddress,
String uniqueId,
boolean justLoaded,
List<?> jsWindowNameVars)
Accepts a command reply, and retrieves the next command to run.
|
static RemoteCommand |
DefaultRemoteCommand.parse(String inputLine)
Factory method to create a RemoteCommand from a wiki-style input string
|
RemoteCommand |
CommandHolder.peek() |
protected RemoteCommand |
CommandQueue.peekAtCommand() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
CommandQueue.putCommand(RemoteCommand cmd) |
boolean |
CommandHolder.putCommand(RemoteCommand cmd) |
Copyright © 2016. All rights reserved.