Browser.crash
Crashes browser on the main thread.
{ "id": 1, "method": "Browser.crash" }
{ "id": 1, "result": {} }
const result = await send('Browser.crash'); console.log(result);