Skip to content

Lupa API Reference / commands/locator / PressSequentiallyOptions

Interface: PressSequentiallyOptions

Defined in: src/commands/locator.ts:286

Options for the pressSequentially action.

Extends

Properties

delay?

optional delay?: number

Defined in: src/commands/locator.ts:290

Time to wait between key presses in milliseconds. Defaults to 0.


noWaitAfter?

optional noWaitAfter?: 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?

optional timeout?: 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.

Inherited from

TimeoutOption.timeout