Uses of Interface
org.openqa.selenium.server.RemoteCommand

Packages that use RemoteCommand
org.openqa.selenium.server Provides the core Selenium Server classes. 
 

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
 

Methods in org.openqa.selenium.server that return RemoteCommand
 RemoteCommand CommandQueue.handleCommandResult(java.lang.String commandResult)
          Accepts a command reply, and retrieves the next command to run.
 RemoteCommand FrameGroupCommandQueueSet.handleCommandResult(java.lang.String commandResult, FrameAddress incomingFrameAddress, java.lang.String uniqueId, boolean justLoaded, java.util.List jsWindowNameVars)
          Accepts a command reply, and retrieves the next command to run.
static RemoteCommand DefaultRemoteCommand.parse(java.lang.String inputLine)
          Factory method to create a RemoteCommand from a wiki-style input string
 



Copyright © {inceptionYear}-2007 null. All Rights Reserved.