← Back to Emulation domain

Emulation.clearDisplayFeaturesOverride

Clears the display features override set with either setDeviceMetricsOverride() or setDisplayFeaturesOverride() and starts using display features from the platform again. Does nothing if no override is set.

Domain: Emulation experimental

Example Request

{
  "id": 1,
  "method": "Emulation.clearDisplayFeaturesOverride"
}

Example Response

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

Usage in Node.js

const result = await send('Emulation.clearDisplayFeaturesOverride');
console.log(result);