14 lines
611 B
Markdown
14 lines
611 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Emulation](./puppeteer.protocol.emulation.md) > [SetFocusEmulationEnabledRequest](./puppeteer.protocol.emulation.setfocusemulationenabledrequest.md) > [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;
|
||
|
```
|