Emulation.resetPageScaleFactorRequests that page scale factor is reset to initial values.
{
"id": 1,
"method": "Emulation.resetPageScaleFactor"
}
{
"id": 1,
"result": {}
}
const result = await send('Emulation.resetPageScaleFactor');
console.log(result);