puppeteer/new-docs/puppeteer.keyboard._constructor_.md

21 lines
535 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Keyboard](./puppeteer.keyboard.md) &gt; [(constructor)](./puppeteer.keyboard._constructor_.md)
## Keyboard.(constructor)
Constructs a new instance of the `Keyboard` class
<b>Signature:</b>
```typescript
constructor(client: CDPSession);
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| client | [CDPSession](./puppeteer.cdpsession.md) | |