SeleniumApiConnection

Undocumented in source.

Constructors

this
this(string serverUrl, string sessionId)
Undocumented in source.

Members

Functions

DELETE
void DELETE(string path, T values)
Undocumented in source. Be warned that the author may not have intended to support it.
DELETE
void DELETE(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
GET
T GET(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
POST
void POST(string path, T values)
Undocumented in source. Be warned that the author may not have intended to support it.
POST
auto POST(string path, T values)
Undocumented in source. Be warned that the author may not have intended to support it.
POST
void POST(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
POST
auto POST(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
disconnect
void disconnect()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

serverUrl
string serverUrl;
Undocumented in source.
sessionId
string sessionId;
Undocumented in source.

Meta