[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. Signature: ```typescript enabled: boolean; ```