Selects the options at the specified indexes inside of a native `select` element.
(...optionIndexes: number[])
| 171 | // https://github.com/angular/angular/blob/main/packages/forms/src/directives/select_control_value_accessor.ts#L19 |
| 172 | /** Selects the options at the specified indexes inside of a native `select` element. */ |
| 173 | selectOptions(...optionIndexes: number[]): Promise<void>; |
| 174 | |
| 175 | /** |
| 176 | * Dispatches an event with a particular name. |
no outgoing calls
no test coverage detected