Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
53
void 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
LOG
Class · 0.50
Stop
Method · 0.45
Tested by
no test coverage detected