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

Method InitializeSession

cpp/iedriver/IEServer.cpp:41–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41SessionHandle IEServer::InitializeSession() {
42 LOG(TRACE) << "Entering IEServer::InitializeSession";
43 SessionHandle session_handle(new IESession());
44 SessionParameters params;
45 params.port = this->port();
46 session_handle->Initialize(reinterpret_cast<void*>(&params));
47 return session_handle;
48}
49
50std::string IEServer::GetStatus() {
51 LOG(TRACE) << "Entering IEServer::GetStatus";

Callers 1

DispatchCommandMethod · 0.45

Calls 3

LOGClass · 0.50
portMethod · 0.45
InitializeMethod · 0.45

Tested by

no test coverage detected