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

Method SetResponse

cpp/webdriver-server/response.cc:85–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85void Response::SetResponse(const std::string& error,
86 const Json::Value& response_value) {
87 LOG(TRACE) << "Entering Response::SetResponse";
88 this->error_ = error;
89 this->value_ = response_value;
90}
91
92void Response::SetErrorResponse(const std::string& error,
93 const std::string& message) {

Callers 2

SetSuccessResponseMethod · 0.95
SetErrorResponseMethod · 0.95

Calls 1

LOGClass · 0.70

Tested by

no test coverage detected