puppeteer/new-docs/puppeteer.protocol.emulation.setfocusemulationenabledrequest.enabled.md
2020-07-13 14:01:35 +01:00

14 lines
611 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Emulation](./puppeteer.protocol.emulation.md) &gt; [SetFocusEmulationEnabledRequest](./puppeteer.protocol.emulation.setfocusemulationenabledrequest.md) &gt; [enabled](./puppeteer.protocol.emulation.setfocusemulationenabledrequest.enabled.md)
## Protocol.Emulation.SetFocusEmulationEnabledRequest.enabled property
Whether to enable to disable focus emulation.
<b>Signature:</b>
```typescript
enabled: boolean;
```