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

Method Execute

cpp/webdriver-server/command_handler.h:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 CommandHandler(void) {}
36 virtual ~CommandHandler(void) {}
37 void Execute(const T& executor, const Command& command, Response* response) {
38 this->ExecuteInternal(executor,
39 command.command_parameters(),
40 response);
41 }
42
43 protected:
44 virtual void ExecuteInternal(const T& executor,

Callers

nothing calls this directly

Calls 2

command_parametersMethod · 0.80
ExecuteInternalMethod · 0.45

Tested by

no test coverage detected