Request
Representation of a request sent to the Chrome DevTools Protocol (CDP).
A Request represents a command that the client (you) sends to the browser. Each request will eventually yield a matching Message.Response with the same id.
See also: Message.Response