Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 206 Bytes

puppeteer.pressoptions.text.md

File metadata and controls

15 lines (11 loc) · 206 Bytes
sidebar_label
PressOptions.text

PressOptions.text property

If specified, generates an input event with this text.

Signature:

interface PressOptions {
  text?: string;
}