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

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

Uses of SeleneseCommand in org.openqa.selenium.server
 

Classes in org.openqa.selenium.server that implement SeleneseCommand
 class DefaultSeleneseCommand
          The default implementation of the SeleneseCommand interface
 

Methods in org.openqa.selenium.server that return SeleneseCommand
static SeleneseCommand DefaultSeleneseCommand.parse(java.lang.String inputLine)
          Factory method to create a SeleneseCommand from a wiki-style input string
 SeleneseCommand SeleneseQueue.handleCommandResult(java.lang.String commandResult)
          Accepts a command reply, and retrieves the next command to run.
 



Copyright © 2006 null. All Rights Reserved.