|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RemoteCommand | |
---|---|
org.openqa.selenium.server |
Uses of RemoteCommand in org.openqa.selenium.server |
---|
Classes in org.openqa.selenium.server that implement RemoteCommand | |
---|---|
class |
DefaultRemoteCommand
The default implementation of the RemoteCommand interface |
Fields in org.openqa.selenium.server declared as RemoteCommand | |
---|---|
protected static RemoteCommand |
CommandHolder.retryCommand
|
Methods in org.openqa.selenium.server that return RemoteCommand | |
---|---|
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()
|
Methods in org.openqa.selenium.server with parameters of type RemoteCommand | |
---|---|
protected boolean |
CommandQueue.putCommand(RemoteCommand cmd)
|
boolean |
CommandHolder.putCommand(RemoteCommand cmd)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |