Forum Discussion

jr348's avatar
jr348
Contributor
4 years ago
Solved

Is OnWebBeforeNavigate supported in Edge Chromium?

I recently migrated a project over from IE to Edge Chomium and the OnWebBeforeNavigate event handler no longer works.

 

This says it is fired only by browsers that use the Microsoft WebBrowser control:

https://support.smartbear.com/testcomplete/docs/reference/events/onwebbeforenavigate.html

 

Does Edge use the MS WebBrowser control?

 

The real problem I have is "Leave Webpage?" popups that are not detected by TC's Unexpected Window handler.

Previously I handled these in a WebBeforeNavigate event handler and it worked quite well.

 

Even closing the browser is not possible because it produces the popup if pages are in unsaved states.

 

Any ideas?

2 Replies