Back to Puppeteer

LocatorFillOptions interface

docs/api/puppeteer.locatorfilloptions.md

19.2.2581 B
Original Source

LocatorFillOptions interface

Signature

typescript
export interface LocatorFillOptions extends ActionOptions

Extends: ActionOptions

Properties

<table><thead><tr><th>

Property

</th><th>

Modifiers

</th><th>

Type

</th><th>

Description

</th><th>

Default

</th></tr></thead> <tbody><tr><td>

<span id="typingthreshold">typingThreshold</span>

</td><td>

optional

</td><td>

number

</td><td>

The number of characters to type before switching to a faster fill-out method.

</td><td>

100

</td></tr> </tbody></table>