Tracing.end
Stop trace events collection.
{ "id": 1, "method": "Tracing.end" }
{ "id": 1, "result": {} }
const result = await send('Tracing.end'); console.log(result);