The HttpCommandProcessor type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | HttpCommandProcessor(String, String, String) |
Specifies the URL to the server, a command to launch the browser, and a starting URL for the browser.
|
![]() | HttpCommandProcessor(String, Int32, String, String) |
Specifies a server host/port, a command to launch the browser, and a starting URL for the browser.
|
Methods
Name | Description | |
---|---|---|
![]() | CreateWebRequest |
Builds an HTTP request based on the specified remote Command
|
![]() | DoCommand |
Send the specified remote command to the browser to be performed
|
![]() | ![]() | (Inherited from ![]() |
![]() | ![]() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from ![]() |
![]() | 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
|
![]() | ![]() | Serves as a hash function for a particular type. (Inherited from ![]() |
![]() | 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
|
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() ![]() | parseCSV |
Parse Selenium comma separated values.
|
![]() | 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
|
![]() | Start(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
|
![]() | Start(String) |
Take any extra options that may be needed when creating a browser session
|
![]() | Stop |
Stops the previous browser session, killing the browser
|
![]() | ![]() | Returns a string that represents the current object. (Inherited from ![]() |
Properties
Name | Description | |
---|---|---|
![]() | Url |
The server URL, to whom we send command requests
|
See Also