Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 557 Bytes

puppeteer.keyboard.type.md

File metadata and controls

25 lines (16 loc) · 557 Bytes

Home > puppeteer > Keyboard > type

Keyboard.type() method

Signature:

type(text: string, options?: {
        delay?: number;
    }): Promise<void>;

Parameters

Parameter Type Description
text string
options { delay?: number; }

Returns:

Promise<void>