org.openqa.selenium.server
Interface SeleneseCommand

All Known Implementing Classes:
DefaultSeleneseCommand

public interface SeleneseCommand

Represents a single Selenese action

Version:
$Id: $

Method Summary
 java.lang.String getCommand()
           
 java.lang.String getCommandURLString()
          Return the URL query string which will be sent to the browser
 java.lang.String getField()
           
 java.lang.String getValue()
           
 

Method Detail

getCommandURLString

public java.lang.String getCommandURLString()
Return the URL query string which will be sent to the browser


getCommand

public java.lang.String getCommand()

getField

public java.lang.String getField()

getValue

public java.lang.String getValue()


Copyright © 2006 null. All Rights Reserved.