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 remote Command
DoCommand Send the specified remote command to the browser to be performed
Equals (inherited from Object) 
GetBoolean Runs the specified remote accessor (getter) command and returns the retrieved result
GetBooleanArray Runs the specified remote accessor (getter) command and returns the retrieved result
GetHashCode (inherited from Object) 
GetNumber Runs the specified remote accessor (getter) command and returns the retrieved result
GetNumberArray Runs the specified remote accessor (getter) command and returns the retrieved result
GetString Runs the specified remote accessor (getter) command and returns the retrieved result
GetStringArray Runs the specified remote accessor (getter) command and returns the retrieved result
GetType (inherited from Object) 
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) 

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

See Also

HttpCommandProcessor Class | Selenium Namespace