[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Emulation](./puppeteer.protocol.emulation.md) > [CanEmulateResponse](./puppeteer.protocol.emulation.canemulateresponse.md) ## Protocol.Emulation.CanEmulateResponse interface Signature: ```typescript export interface CanEmulateResponse ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [result](./puppeteer.protocol.emulation.canemulateresponse.result.md) | boolean | True if emulation is supported. |