6657364364
* docs(new): migrate ElementHandle to TSDoc Co-authored-by: Alex Rudenko <alexrudenko@chromium.org>
641 B
641 B
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. |