Animation.enable
Enables animation domain notifications.
{ "id": 1, "method": "Animation.enable" }
{ "id": 1, "result": {} }
const result = await send('Animation.enable'); console.log(result);