CSS.enableEnables the CSS agent for the given page. Clients should not assume that the CSS agent has been enabled until the result of this command is received.
{
"id": 1,
"method": "CSS.enable"
}
{
"id": 1,
"result": {}
}
const result = await send('CSS.enable');
console.log(result);