<!-- 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;
```