An NDoc Documented Class Library

HttpCommandProcessor Members

HttpCommandProcessor overview

Public Static Methods

parseCSV Parse Selenium comma separated values.

Public Instance Constructors

HttpCommandProcessor Overloaded. Initializes a new instance of the HttpCommandProcessor class.

Public Instance Properties

Url The server URL, to whom we send command requests

Public Instance Methods

CreateWebRequest Builds an HTTP request based on the specified Selenese Command
DoCommand Send the specified Selenese command to the browser to be performed
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetBoolean Runs the specified Selenese accessor (getter) command and returns the retrieved result
GetBooleanArray Runs the specified Selenese accessor (getter) command and returns the retrieved result
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetNumber Runs the specified Selenese accessor (getter) command and returns the retrieved result
GetNumberArray Runs the specified Selenese accessor (getter) command and returns the retrieved result
GetString Runs the specified Selenese accessor (getter) command and returns the retrieved result
GetStringArray Runs the specified Selenese accessor (getter) command and returns the retrieved result
GetType (inherited from Object) Gets the Type of the current instance.
ReadResponse Retrieves the body of the HTTP response
Start Creates a new browser session
Stop Stops the previous browser session, killing the browser
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

HttpCommandProcessor Class | Selenium Namespace