← Back to CSS domain

CSS.disable

Disables the CSS agent for the given page.

Domain: CSS experimental

Example Request

{
  "id": 1,
  "method": "CSS.disable"
}

Example Response

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

Usage in Node.js

const result = await send('CSS.disable');
console.log(result);