← Back to Emulation domain

Emulation.resetPageScaleFactor

Requests that page scale factor is reset to initial values.

Domain: Emulation experimental

Example Request

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

Example Response

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

Usage in Node.js

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