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.
Properties
Section titled “Properties”beforeClickPause?
Section titled “beforeClickPause?”
optionalbeforeClickPause?:number
Defined in: types.ts:287
moveDuration?
Section titled “moveDuration?”
optionalmoveDuration?:number
Defined in: types.ts:286
moveEasing?
Section titled “moveEasing?”
optionalmoveEasing?:Easing
Defined in: types.ts:288
position?
Section titled “position?”
optionalposition?:object
Defined in: types.ts:291
x:
number
y:
number
postClickMove?
Section titled “postClickMove?”
optionalpostClickMove?:PostClickMove
Defined in: types.ts:290
postClickPause?
Section titled “postClickPause?”
optionalpostClickPause?:number
Defined in: types.ts:289