Skip to content

ScreenCILocatorFillOptions

ScreenCILocatorFillOptions = ScreenCILocatorClickOptions & object

Defined in: types.ts:658

optional autoZoomOptions?: AutoZoomOptions

optional click?: false | ScreenCILocatorClickOptions

optional duration?: number

Total time in milliseconds to spend typing (default: 1000).

optional forceClick?: boolean

When true, forces the pre-type click animation even if the target input is already focused. By default the click is skipped when already focused.

optional hideMouse?: boolean

Hide the cursor while typing; shown again on the next mouse move.

optional noWaitAfter?: boolean

optional position?: object

x: number

y: number

optional postClickMove?: ScreenCILocatorPostClickMoveOptions

optional redact?: boolean | RedactOptions

Mask the typed value in the recording so the secret never enters recording.mp4. The mask is applied before the first character is typed, so the value is never captured in the clear. Pass true for the default mask, or RedactOptions to customize it.

optional timeout?: number