← Back to DOM domain

DOM.hideHighlight

Hides any highlight.

Domain: DOM stable

Example Request

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

Example Response

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

Usage in Node.js

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