puppeteer/website/versioned_docs/version-10.1.0/puppeteer.page.emulatecputhrottling.md

23 lines
518 B
Markdown
Raw Normal View History

2021-08-10 10:09:48 +00:00
<!-- 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;