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

Method GetCurrentBrowser

cpp/iedriver/IECommandExecutor.cpp:1314–1317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1312}
1313
1314int IECommandExecutor::GetCurrentBrowser(BrowserHandle* browser_wrapper) const {
1315 LOG(TRACE) << "Entering IECommandExecutor::GetCurrentBrowser";
1316 return this->GetManagedBrowser(this->current_browser_id_, browser_wrapper);
1317}
1318
1319int IECommandExecutor::GetManagedBrowser(const std::string& browser_id,
1320 BrowserHandle* browser_wrapper) const {

Callers 15

OnWaitMethod · 0.95
OnAfterNewWindowMethod · 0.95
OnScriptWaitMethod · 0.95
DispatchCommandMethod · 0.95
OpenNewBrowserWindowMethod · 0.95
OpenNewBrowserTabMethod · 0.95
AddManagedElementMethod · 0.95
GetElementMethod · 0.80
FindElementMethod · 0.80
FindElementsMethod · 0.80

Calls 2

GetManagedBrowserMethod · 0.95
LOGClass · 0.50

Tested by

no test coverage detected