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

Method IsValidWindow

cpp/iedriver/Browser.cpp:570–575  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

568}
569
570bool Browser::IsValidWindow() {
571 LOG(TRACE) << "Entering Browser::IsValidWindow";
572 // This is a no-op for this class. Full browser windows can properly notify
573 // of their window's validity by using the proper events.
574 return true;
575}
576
577bool Browser::IsBusy() {
578 VARIANT_BOOL is_busy(VARIANT_FALSE);

Callers 1

Calls 1

LOGClass · 0.50

Tested by

no test coverage detected