Emulation.setDisplayFeaturesOverrideStart using the given display features to pupulate the Viewport Segments API. This override can also be set in setDeviceMetricsOverride().
| Name | Type | Description |
|---|---|---|
features | array |
{
"id": 1,
"method": "Emulation.setDisplayFeaturesOverride",
"params": {
"features": []
}
}
{
"id": 1,
"result": {}
}
const result = await send('Emulation.setDisplayFeaturesOverride', {"features": []});
console.log(result);