← Back to DOM domain

DOM.highlightRect

Highlights given rectangle.

Domain: DOM stable

Example Request

{
  "id": 1,
  "method": "DOM.highlightRect"
}

Example Response

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

Usage in Node.js

const result = await send('DOM.highlightRect');
console.log(result);