MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / additional_data

Method additional_data

cpp/webdriver-server/response.h:39–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 std::string error(void) const { return this->error_; }
38
39 Json::Value additional_data(void) const { return this->additional_data_; }
40
41 int GetHttpResponseCode(void);
42 std::string GetSessionId(void);

Callers 1

SendResponseToClientMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected