Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 641 Bytes

puppeteer.pressoptions.md

File metadata and controls

20 lines (12 loc) · 641 Bytes

Home > puppeteer > PressOptions

PressOptions interface

Signature:

export interface PressOptions 

Properties

Property Type Description
delay number Time to wait between keydown and keyup in milliseconds. Defaults to 0.
text string If specified, generates an input event with this text.