com.thoughtworks.selenium
Class DefaultRemoteCommand
java.lang.Object
com.thoughtworks.selenium.DefaultRemoteCommand
- All Implemented Interfaces:
- RemoteCommand
public class DefaultRemoteCommand
- extends Object
- implements RemoteCommand
The default implementation of the RemoteCommand interface
- Version:
- $Revision: 15204 $
- Author:
- Paul Hammant
- See Also:
RemoteCommand
DefaultRemoteCommand
public DefaultRemoteCommand(String command,
String[] args)
getCommandURLString
public String getCommandURLString()
- Description copied from interface:
RemoteCommand
- Return the URL query string which will be sent to the browser
- Specified by:
getCommandURLString
in interface RemoteCommand
toString
public String toString()
- Overrides:
toString
in class Object
parse
public static RemoteCommand parse(String inputLine)
- Factory method to create a RemoteCommand from a wiki-style input string
Copyright © 2012. All Rights Reserved.