Lupa API Reference / commands/locator / SetInputFilesOptions
Interface: SetInputFilesOptions
Defined in: src/commands/locator.ts:429
Options for the setInputFiles action on a locator.
Extends
Properties
noWaitAfter?
optionalnoWaitAfter?:boolean
Defined in: src/commands/locator.ts:433
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.