mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
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. |