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

Method Refresh

cpp/iedriver/Browser.cpp:546–556  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

544}
545
546int Browser::Refresh() {
547 LOG(TRACE) << "Entering Browser::Refresh";
548
549 HRESULT hr = this->browser_->Refresh();
550 if (FAILED(hr)) {
551 LOGHR(WARN, hr) << "Call to IWebBrowser2::Refresh failed";
552 }
553
554 this->set_wait_required(true);
555 return WD_SUCCESS;
556}
557
558HWND Browser::GetTopLevelWindowHandle() {
559 LOG(TRACE) << "Entering Browser::GetTopLevelWindowHandle";

Callers 1

ExecuteInternalMethod · 0.45

Calls 2

set_wait_requiredMethod · 0.80
LOGClass · 0.50

Tested by

no test coverage detected