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