Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 509 Bytes

puppeteer.keyboard.sendcharacter.md

File metadata and controls

22 lines (13 loc) · 509 Bytes

Home > puppeteer > Keyboard > sendCharacter

Keyboard.sendCharacter() method

Signature:

sendCharacter(char: string): Promise<void>;

Parameters

Parameter Type Description
char string

Returns:

Promise<void>