Page.close
Tries to close page, running its beforeunload hooks, if any.
{ "id": 1, "method": "Page.close" }
{ "id": 1, "result": {} }
const result = await send('Page.close'); console.log(result);