Log.clear
Clears the log.
{ "id": 1, "method": "Log.clear" }
{ "id": 1, "result": {} }
const result = await send('Log.clear'); console.log(result);