The methods of the HttpCommandProcessor class are listed below. For a complete list of HttpCommandProcessor class members, see the HttpCommandProcessor Members topic.
![]() parseCSV | Parse Selenium comma separated values. |
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. |
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. |