Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
229
void Browser::GetDocument(IHTMLDocument2** doc) {
230
this->GetDocument(false, doc);
231
}
232
233
void Browser::GetDocument(const bool force_top_level_document,
234
IHTMLDocument2** doc) {
Callers
15
SetFullScreen
Method · 0.95
GetCurrentUrl
Method · 0.45
GetPageSource
Method · 0.45
SetFocusedFrameByIdentifier
Method · 0.45
GetElement
Method · 0.45
FindElement
Method · 0.45
FindElements
Method · 0.45
FindElementUsingSizzle
Method · 0.45
FindElementsUsingSizzle
Method · 0.45
HasNativeCssSelectorEngine
Method · 0.45
ExecuteInternal
Method · 0.45
ExecuteInternal
Method · 0.45
Calls
3
GetDocumentFromWindow
Method · 0.95
focused_frame_window
Method · 0.80
LOG
Class · 0.50
Tested by
no test coverage detected