Emulation.setDefaultBackgroundColorOverrideSets or clears an override of the default background color of the frame. This override is used if the content does not specify one.
| Name | Type | Description |
|---|---|---|
color (optional) | DOM.RGBA | RGBA of the default background color. If not specified, any existing override will be cleared. |
{
"id": 1,
"method": "Emulation.setDefaultBackgroundColorOverride"
}
{
"id": 1,
"result": {}
}
const result = await send('Emulation.setDefaultBackgroundColorOverride');
console.log(result);