puppeteer/new-docs/puppeteer.page.emulatevisiondeficiency.md

23 lines
554 B
Markdown
Raw Normal View History

<!-- 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; [emulateVisionDeficiency](./puppeteer.page.emulatevisiondeficiency.md)
## Page.emulateVisionDeficiency() method
<b>Signature:</b>
```typescript
emulateVisionDeficiency(type?: VisionDeficiency): Promise<void>;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| type | VisionDeficiency | |
<b>Returns:</b>
Promise&lt;void&gt;