23 lines
518 B
Markdown
23 lines
518 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Page](./puppeteer.page.md) > [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<void>
|
|
|