puppeteer/website/versioned_docs/version-9.1.1/puppeteer.page.emulatecputhrottling.md
2021-08-10 11:09:48 +01:00

23 lines
518 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Page](./puppeteer.page.md) &gt; [emulateCPUThrottling](./puppeteer.page.emulatecputhrottling.md)
## Page.emulateCPUThrottling() method
<b>Signature:</b>
```typescript
emulateCPUThrottling(factor: number | null): Promise<void>;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| factor | number \| null | |
<b>Returns:</b>
Promise&lt;void&gt;