Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 406 Bytes

puppeteer.pressoptions.delay.md

File metadata and controls

13 lines (8 loc) · 406 Bytes

Home > puppeteer > PressOptions > delay

PressOptions.delay property

Time to wait between keydown and keyup in milliseconds. Defaults to 0.

Signature:

delay?: number;