[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Emulation](./puppeteer.protocol.emulation.md) > [SetFocusEmulationEnabledRequest](./puppeteer.protocol.emulation.setfocusemulationenabledrequest.md) ## Protocol.Emulation.SetFocusEmulationEnabledRequest interface Signature: ```typescript export interface SetFocusEmulationEnabledRequest ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [enabled](./puppeteer.protocol.emulation.setfocusemulationenabledrequest.enabled.md) | boolean | Whether to enable to disable focus emulation. |