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

Method GetDocument

cpp/iedriver/HtmlDialog.cpp:63–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63void HtmlDialog::GetDocument(IHTMLDocument2** doc) {
64 this->GetDocument(false, doc);
65}
66
67void HtmlDialog::GetDocument(const bool force_top_level_document,
68 IHTMLDocument2** doc) {

Callers 1

GetTitleMethod · 0.95

Calls 2

focused_frame_windowMethod · 0.80
LOGClass · 0.50

Tested by

no test coverage detected