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

Method Server

cpp/webdriver-server/server.cc:50–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48namespace webdriver {
49
50Server::Server(const int port) {
51 this->Initialize(port, "", "", "", "");
52}
53
54Server::Server(const int port, const std::string& host) {
55 this->Initialize(port, host, "", "", "");

Callers

nothing calls this directly

Calls 1

InitializeMethod · 0.95

Tested by

no test coverage detected