Page.stopScreencast
Stops sending each frame in the `screencastFrame`.
{ "id": 1, "method": "Page.stopScreencast" }
{ "id": 1, "result": {} }
const result = await send('Page.stopScreencast'); console.log(result);