ScreenCILocatorPressSequentiallyOptions
ScreenCILocatorPressSequentiallyOptions =
Omit<NonNullable<Parameters<Locator["pressSequentially"]>[1]>,"delay"> &CursorActionMoveOptions&object
Defined in: types.ts:856
Type Declaration
Section titled “Type Declaration”autoZoomOptions?
Section titled “autoZoomOptions?”
optionalautoZoomOptions?:AutoZoomOptions
delay?
Section titled “delay?”
optionaldelay?:number
duration?
Section titled “duration?”
optionalduration?:number
Total typing time in milliseconds. Editable in the web app. Unlike fill,
the default scales with the text length (about 60ms per character), so
longer text types for longer. The per-keystroke delay is derived from
this divided by the character count; an explicit delay (with no
duration) is instead read as the per-character cadence.
forceClick?
Section titled “forceClick?”
optionalforceClick?: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.
hideMouse?
Section titled “hideMouse?”
optionalhideMouse?:boolean
Hide the cursor while typing; shown again on the next mouse move.
noWaitAfter?
Section titled “noWaitAfter?”
optionalnoWaitAfter?:boolean
position?
Section titled “position?”
optionalposition?:object
position.x
Section titled “position.x”x:
number
position.y
Section titled “position.y”y:
number
redact?
Section titled “redact?”
optionalredact?:boolean|RedactOptions
Mask the typed value in the recording so the secret never enters
recording.mp4. Applied before the first character is typed. Pass true
for the default mask, or RedactOptions to customize it.