[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Memory](./puppeteer.protocol.memory.md) > [SimulatePressureNotificationRequest](./puppeteer.protocol.memory.simulatepressurenotificationrequest.md) ## Protocol.Memory.SimulatePressureNotificationRequest interface Signature: ```typescript export interface SimulatePressureNotificationRequest ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [level](./puppeteer.protocol.memory.simulatepressurenotificationrequest.level.md) | [PressureLevel](./puppeteer.protocol.memory.pressurelevel.md) | Memory pressure level of the notification. |