---
sidebar_label: Page.keyboard
---

# Page.keyboard property

**Signature:**

```typescript
class Page {
  get keyboard(): Keyboard;
}
```