With TestExecute (15.71.4.11) and Edge (135.0.3179.98 (x64)) we get "Exception occurred" errors recorded for multiple tests per day. We have no choice but to use the latest Edge release.
They mostly happen on the first call to Navigate after opening Edge and do not impact the functionality of the Test Case, they just mark it as failing. Sometimes they also happen during the Run command. e.g.
- Browsers.Item(btEdge).Run(SIMPLE_START_URL, 3 * 60 * 1000);
- Browsers.Item(btEdge).Navigate(PROPER_PAGE_URL);
The Picture tab always shows that the correct page is loading, but the Exception has been recorded mid loading.