Emulation.clearDevicePostureOverrideClears a device posture override set with either setDeviceMetricsOverride() or setDevicePostureOverride() and starts using posture information from the platform again. Does nothing if no override is set.
{
"id": 1,
"method": "Emulation.clearDevicePostureOverride"
}
{
"id": 1,
"result": {}
}
const result = await send('Emulation.clearDevicePostureOverride');
console.log(result);