[Home](./index.md) > [puppeteer](./puppeteer.md) > [Keyboard](./puppeteer.keyboard.md) > [sendCharacter](./puppeteer.keyboard.sendcharacter.md)
## Keyboard.sendCharacter() method
Signature:
```typescript
sendCharacter(char: string): Promise;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| char | string | |
Returns:
Promise<void>