An NDoc Documented Class Library

HttpCommandProcessor Methods

The methods of the HttpCommandProcessor class are listed below. For a complete list of HttpCommandProcessor class members, see the HttpCommandProcessor Members topic.

Public Static Methods

parseCSV Parse Selenium comma separated values.

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
SetExtensionJs Sets the extension Javascript to be used in the created session
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