<!-- 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)

## Protocol.Emulation.SetFocusEmulationEnabledRequest interface

<b>Signature:</b>

```typescript
export interface SetFocusEmulationEnabledRequest 
```

## Properties

|  Property | Type | Description |
|  --- | --- | --- |
|  [enabled](./puppeteer.protocol.emulation.setfocusemulationenabledrequest.enabled.md) | boolean | Whether to enable to disable focus emulation. |