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

Method SetSuccessResponse

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

Source from the content-addressed store, hash-verified

78}
79
80void Response::SetSuccessResponse(const Json::Value& response_value) {
81 LOG(TRACE) << "Entering Response::SetSuccessResponse";
82 this->SetResponse("", response_value);
83}
84
85void Response::SetResponse(const std::string& error,
86 const Json::Value& response_value) {

Callers 15

OnBrowserCloseWaitMethod · 0.80
OnSessionQuitWaitMethod · 0.80
OnScriptWaitMethod · 0.80
GetStatusMethod · 0.80
ExecuteInternalMethod · 0.80
ExecuteInternalMethod · 0.80
ExecuteInternalMethod · 0.80
ExecuteInternalMethod · 0.80
ExecuteInternalMethod · 0.80
ExecuteInternalMethod · 0.80
ExecuteInternalMethod · 0.80
ExecuteInternalMethod · 0.80

Calls 2

SetResponseMethod · 0.95
LOGClass · 0.70

Tested by

no test coverage detected