Home > puppeteer > Keyboard > type
Signature:
type(text: string, options?: { delay?: number; }): Promise<void>;
Returns:
Promise<void>