Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeleniumHQ/selenium
/ session_count
Method
session_count
cpp/webdriver-server/server.h:59–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
int port(void) const { return this->port_; }
58
59
int session_count(void) const {
60
return static_cast<int>(this->sessions_.size());
61
}
62
63
protected:
64
virtual SessionHandle InitializeSession(void) = 0;
Callers
1
GetStatus
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected