org.openqa.selenium.server
Interface RemoteCommand

All Known Implementing Classes:
DefaultRemoteCommand

public interface RemoteCommand

Represents a single remote action

Version:
$Id: $

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

Method Detail

getCommandURLString

String getCommandURLString()
Return the URL query string which will be sent to the browser


getCommand

String getCommand()

getField

String getField()

getValue

String getValue()

getPiggybackedJavaScript

String getPiggybackedJavaScript()


Copyright © 2012. All Rights Reserved.