Hi everyone,
I'm automating a web page using Power Automate Desktop. After clicking the Data Display button, the data doesn't load as expected. When I open the browser console (F12), I see a red cross ❌ indicating a JavaScript error (screenshot attached).
I would like to automate the detection of this error — specifically, when this red cross appears in the console — and send an email notification.
Is there a way in Power Automate Desktop to:
- Detect this kind of browser console error?
- Trigger an email when this error appears?
Any advice or alternative methods (such as detecting that no data is displayed, or reading from the console logs if possible) would be greatly appreciated!
Thanks!