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

Method DetachEvents

cpp/iedriver/Browser.cpp:420–425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

418}
419
420void Browser::DetachEvents() {
421 LOG(TRACE) << "Entering Browser::DetachEvents";
422 CComPtr<IUnknown> unknown;
423 this->browser_->QueryInterface<IUnknown>(&unknown);
424 HRESULT hr = this->DispEventUnadvise(unknown);
425}
426
427void Browser::Close() {
428 LOG(TRACE) << "Entering Browser::Close";

Callers 2

~BrowserMethod · 0.95
OnQuitMethod · 0.95

Calls 1

LOGClass · 0.50

Tested by

no test coverage detected