Lupa API Reference / commands/locator / PressSequentiallyOptions
Interface: PressSequentiallyOptions
Defined in: src/commands/locator.ts:286
Options for the pressSequentially action.
Extends
Properties
delay?
optionaldelay?:number
Defined in: src/commands/locator.ts:290
Time to wait between key presses in milliseconds. Defaults to 0.
noWaitAfter?
optionalnoWaitAfter?:boolean
Defined in: src/commands/locator.ts:295
Actions that initiate navigations are waiting for the navigation to finish and to return its result.
timeout?
optionaltimeout?:number
Defined in: src/commands/locator.ts:166
Maximum time in milliseconds. Defaults to 0 - no timeout. The default value can be changed via actionTimeout option in the config, or by using the browserContext.setDefaultTimeout(timeout) or page.setDefaultTimeout(timeout) methods.