[Home](./index.md) > [puppeteer](./puppeteer.md) > [Keyboard](./puppeteer.keyboard.md) > [(constructor)](./puppeteer.keyboard._constructor_.md) ## Keyboard.(constructor) Constructs a new instance of the `Keyboard` class Signature: ```typescript constructor(client: CDPSession); ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | client | [CDPSession](./puppeteer.cdpsession.md) | |