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

19 lines
725 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)
## 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. |