puppeteer/new-docs/puppeteer.pressoptions.md
Alex Rudenko 6657364364
docs(new): migrate ElementHandle to TSDoc (#6073)
* docs(new): migrate ElementHandle to TSDoc

Co-authored-by: Alex Rudenko <alexrudenko@chromium.org>
2020-06-22 17:21:57 +02:00

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.