HttpCommandProcessor MethodsWebDriver
The HttpCommandProcessor type exposes the following members.
Methods

  NameDescription
Public methodCreateWebRequest
Builds an HTTP request based on the specified remote Command
Public methodDoCommand
Send the specified remote command to the browser to be performed
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodGetBoolean
Runs the specified remote accessor (getter) command and returns the retrieved result
Public methodGetBooleanArray
Runs the specified remote accessor (getter) command and returns the retrieved result
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodGetNumber
Runs the specified remote accessor (getter) command and returns the retrieved result
Public methodGetNumberArray
Runs the specified remote accessor (getter) command and returns the retrieved result
Public methodGetString
Runs the specified remote accessor (getter) command and returns the retrieved result
Public methodGetStringArray
Runs the specified remote accessor (getter) command and returns the retrieved result
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodStatic memberparseCSV
Parse Selenium comma separated values.
Public methodReadResponse
Retrieves the body of the HTTP response
Public methodSetExtensionJs
Sets the extension Javascript to be used in the created session
Public methodStart 
Creates a new browser session
Public methodStart(Object)
Wraps the version of start() that takes a string parameter, sending it the result of calling ToString() on optionsObject, which will likey be a BrowserConfigurationOptions instan
Public methodStart(String)
Take any extra options that may be needed when creating a browser session
Public methodStop
Stops the previous browser session, killing the browser
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
See Also