Console.enableEnables console domain, sends the messages collected so far to the client by means of the `messageAdded` notification.
{
"id": 1,
"method": "Console.enable"
}
{
"id": 1,
"result": {}
}
const result = await send('Console.enable');
console.log(result);