Method | Description | |
---|---|---|
GetSessions ( ) : List |
Returns a list of the currently active sessions.
|
|
GetStatus ( ) : Dictionary |
Query the server's current status.
|
|
Send ( RequestMethod method, string relativeUri ) : Dictionary |
Sends a request to the server
|
|
Send ( RequestMethod method, string relativeUri, Dictionary param ) : Dictionary |
Sends a requests with parameters to the server
|
|
SendAgain ( ) : Dictionary |
Execute again the previous execution
|
|
ShutDown ( ) : void |
Method | Description | |
---|---|---|
SendRequest ( RequestMethod method, string uri, JSON data ) : Dictionary |
Method | Description | |
---|---|---|
CreateHttpWebRequest ( RequestMethod method, string url, JSON data ) : |
||
FormatRequestMethod ( RequestMethod method ) : string | ||
GetHttpWebResponseContent ( |
||
IsJsonResponse ( |
||
RemoteServer ( string serverAddress, bool isLocal, int timeout ) : Selenium.Serializer |
public Send ( RequestMethod method, string relativeUri ) : Dictionary | ||
method | RequestMethod | |
relativeUri | string | |
return | Dictionary |
public Send ( RequestMethod method, string relativeUri, Dictionary param ) : Dictionary | ||
method | RequestMethod | |
relativeUri | string | |
param | Dictionary | |
return | Dictionary |
protected SendRequest ( RequestMethod method, string uri, JSON data ) : Dictionary | ||
method | RequestMethod | |
uri | string | |
data | JSON | |
return | Dictionary |