← Back to Page domain

Page.stopScreencast

Stops sending each frame in the `screencastFrame`.

Domain: Page experimental

Example Request

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

Example Response

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

Usage in Node.js

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