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

Method cookie_manager

cpp/iedriver/DocumentHost.h:105–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 std::string browser_id(void) const { return this->browser_id_; }
104 HWND window_handle(void) const { return this->window_handle_; }
105 CookieManager* cookie_manager(void) { return this->cookie_manager_; }
106
107 protected:
108 void PostQuitMessage(void);

Callers 7

OnBrowserReattachMethod · 0.80
ExecuteInternalMethod · 0.80
ExecuteInternalMethod · 0.80
ExecuteInternalMethod · 0.80
ExecuteInternalMethod · 0.80
ExecuteInternalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected