Send a raw Chrome DevTools Protocol command. Chrome backend only.
The command is scoped to this view's session (targets the current tab). Returns the decoded result object from the CDP response, or rejects with the error.message if Chrome reports a protocol error.
Call await view.navigate(...) at least once before using cdp() — the first navigate sets up the CDP session.