[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Schema](./puppeteer.protocol.schema.md) > [Domain](./puppeteer.protocol.schema.domain.md) ## Protocol.Schema.Domain interface Description of the protocol domain. Signature: ```typescript export interface Domain ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [name](./puppeteer.protocol.schema.domain.name.md) | string | Domain name. | | [version](./puppeteer.protocol.schema.domain.version.md) | string | Domain version. |