Skip to content

Commit 43e6f4e

Browse files
committed
Removing clearing of known element cache on document navigation
1 parent 3e66e12 commit 43e6f4e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cpp/iedriver/Browser.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ void __stdcall Browser::DocumentComplete(IDispatch* pDisp, VARIANT* URL) {
113113
LOG(DEBUG) << "DocumentComplete happened from within a frameset";
114114
this->SetFocusedFrameByElement(NULL);
115115
}
116-
::PostMessage(this->executor_handle(), WD_REFRESH_MANAGED_ELEMENTS, NULL, NULL);
117116
}
118117
}
119118

0 commit comments

Comments
 (0)