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

Method OnExecCommand

cpp/iedriver/IECommandExecutor.cpp:174–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174LRESULT IECommandExecutor::OnExecCommand(UINT uMsg,
175 WPARAM wParam,
176 LPARAM lParam,
177 BOOL& bHandled) {
178 LOG(TRACE) << "Entering IECommandExecutor::OnExecCommand";
179
180 this->DispatchCommand();
181 return 0;
182}
183
184LRESULT IECommandExecutor::OnGetResponseLength(UINT uMsg,
185 WPARAM wParam,

Callers

nothing calls this directly

Calls 2

DispatchCommandMethod · 0.95
LOGClass · 0.50

Tested by

no test coverage detected