← Back to Emulation domain

Emulation.setEmulatedOSTextScale

Emulates the given OS text scale.

Domain: Emulation stable

Parameters

NameTypeDescription
scale (optional)number

Example Request

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

Example Response

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

Usage in Node.js

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