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

Method ExecuteInternal

cpp/iedriver/IECommandHandler.cpp:35–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35void IECommandHandler::ExecuteInternal(const IECommandExecutor& executor,
36 const ParametersMap& command_parameters,
37 Response* response) {
38 LOG(TRACE) << "Entering IECommandHandler::ExecuteInternal";
39 response->SetErrorResponse(501, "Command not implemented");
40}
41
42int IECommandHandler::GetElement(const IECommandExecutor& executor,
43 const std::string& element_id,

Callers 1

ExecuteMethod · 0.45

Calls 2

SetErrorResponseMethod · 0.80
LOGClass · 0.50

Tested by

no test coverage detected