chromium-bidi icon indicating copy to clipboard operation
chromium-bidi copied to clipboard

Notify users in case of internal error

Open sadym-chromium opened this issue 3 years ago • 3 comments

As a user, I want to know if there was something wrong with the Mapper e.g. during event processing. Currently such events are simply ignored.

sadym-chromium avatar May 23 '22 13:05 sadym-chromium

CDP: Runtime.exceptionThrown

https://github.com/search?q=repo%3AGoogleChromeLabs%2Fchromium-bidi%20Runtime.exceptionThrown&type=code

thiagowfx avatar Mar 21 '23 15:03 thiagowfx

TODO: Verify after #555 the message is sent to Mapper Server

sadym-chromium avatar Mar 21 '23 15:03 sadym-chromium

Throw some exception when handling some CDP event (e.g. targetCreated) and verify it is reflected on the BiDi debugging tab.

thiagowfx avatar Mar 21 '23 15:03 thiagowfx