sdk.automation.filloptions
Home > @matterway/sdk > Automation > FillOptions
Automation.FillOptions interface
Signature:
export interface FillOptions
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
blur? | boolean | (Optional) Blur the field after typing. defaults to false | |
clear? | boolean | (Optional) Clear the text before typing. defaults to false | |
delay? | number | (Optional) Delay between each keypress. defaults to 0 |