Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 229 Bytes

puppeteer.pressoptions.delay.md

File metadata and controls

15 lines (11 loc) · 229 Bytes
sidebar_label
PressOptions.delay

PressOptions.delay property

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

Signature:

interface PressOptions {
  delay?: number;
}