Skip to content

ClickBeforeFillOption

ClickBeforeFillOption = object

Defined in: types.ts:285

Options for an automatic click that precedes a fill or pressSequentially.

When passed as click to fill/pressSequentially, the locator is clicked first (with animated cursor movement), then typing begins immediately. No extra zoom-pan sleep is inserted — the cursor-move animation covers it.

optional beforeClickPause?: number

Defined in: types.ts:287


optional moveDuration?: number

Defined in: types.ts:286


optional moveEasing?: Easing

Defined in: types.ts:288


optional position?: object

Defined in: types.ts:291

x: number

y: number


optional postClickMove?: PostClickMove

Defined in: types.ts:290


optional postClickPause?: number

Defined in: types.ts:289