Lupa API Reference / commands/types / SelectOptionPayload
Interface: SelectOptionPayload
Defined in: src/commands/types.ts:114
Type representing selectOption command payload.
Properties
selector
selector:
string
Defined in: src/commands/types.ts:118
A CSS selector to select the option.
value
value:
string|string[]
Defined in: src/commands/types.ts:123
Value of the option to select.