mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
518 B
518 B
Home > puppeteer > Page > emulateCPUThrottling
Page.emulateCPUThrottling() method
Signature:
emulateCPUThrottling(factor: number | null): Promise<void>;
Parameters
Parameter | Type | Description |
---|---|---|
factor | number | null |
Returns:
Promise<void>