← Back to Page domain

Page.crash

Crashes renderer on the IO thread, generates minidumps.

Domain: Page experimental

Example Request

{
  "id": 1,
  "method": "Page.crash"
}

Example Response

{
  "id": 1,
  "result": {}
}

Usage in Node.js

const result = await send('Page.crash');
console.log(result);