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

Function StopServer

cpp/iedriver/WebDriver.cpp:53–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53void StopServer() {
54 LOG(TRACE) << "Entering StopServer";
55 if (server) {
56 server->Stop();
57 delete server;
58 server = NULL;
59 }
60}

Callers

nothing calls this directly

Calls 2

LOGClass · 0.50
StopMethod · 0.45

Tested by

no test coverage detected