DOM.highlightRect
Highlights given rectangle.
{ "id": 1, "method": "DOM.highlightRect" }
{ "id": 1, "result": {} }
const result = await send('DOM.highlightRect'); console.log(result);