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

Method NewProcess

cpp/iedriver/Browser.cpp:104–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104void __stdcall Browser::NewProcess(DWORD lCauseFlag,
105 IDispatch* pWB2,
106 VARIANT_BOOL* pbCancel) {
107 LOG(TRACE) << "Entering Browser::NewProcess";
108 this->InitiateBrowserReattach();
109}
110
111void __stdcall Browser::NewWindow3(IDispatch** ppDisp,
112 VARIANT_BOOL* pbCancel,

Callers

nothing calls this directly

Calls 2

LOGClass · 0.50

Tested by

no test coverage detected