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

Method GetDocument

cpp/iedriver/Browser.cpp:229–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229void Browser::GetDocument(IHTMLDocument2** doc) {
230 this->GetDocument(false, doc);
231}
232
233void Browser::GetDocument(const bool force_top_level_document,
234 IHTMLDocument2** doc) {

Callers 15

SetFullScreenMethod · 0.95
GetCurrentUrlMethod · 0.45
GetPageSourceMethod · 0.45
GetElementMethod · 0.45
FindElementMethod · 0.45
FindElementsMethod · 0.45
ExecuteInternalMethod · 0.45
ExecuteInternalMethod · 0.45

Calls 3

GetDocumentFromWindowMethod · 0.95
focused_frame_windowMethod · 0.80
LOGClass · 0.50

Tested by

no test coverage detected