Emulation.setEmulatedOSTextScaleEmulates the given OS text scale.
| Name | Type | Description |
|---|---|---|
scale (optional) | number |
{
"id": 1,
"method": "Emulation.setEmulatedOSTextScale"
}
{
"id": 1,
"result": {}
}
const result = await send('Emulation.setEmulatedOSTextScale');
console.log(result);