Base type for any message exchanged with the Chrome DevTools Protocol (CDP).
A Message can be either:
a Response: the result of a previously sent command,
an Event: a notification emitted asynchronously by the browser.
See: https://chromedevtools.github.io/devtools-protocol/
Represents an event emitted asynchronously by the browser.
Represents the response of a CDP command.