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

Method Initialize

cpp/iedriver/CookieManager.cpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47void CookieManager::Initialize(HWND window_handle) {
48 LOG(TRACE) << "Entering CookieManager::Initialize";
49 this->window_handle_ = window_handle;
50}
51
52bool CookieManager::IsAdvancedCookiesApi() {
53 FARPROC address = NULL;

Callers 2

SetCookieMethod · 0.45
GetCookiesMethod · 0.45

Calls 1

LOGClass · 0.50

Tested by

no test coverage detected