DOMSnapshot.enable
Enables DOM snapshot agent for the given page.
{ "id": 1, "method": "DOMSnapshot.enable" }
{ "id": 1, "result": {} }
const result = await send('DOMSnapshot.enable'); console.log(result);