selectOptions
abstract suspend fun selectOptions(select: Element, values: HTMLElement, options: DirectOptions = definedExternally): Void(source)
abstract suspend fun selectOptions(select: Element, values: ReadonlyArray<HTMLElement>, options: DirectOptions = definedExternally): Void(source)
abstract suspend fun selectOptions(select: Element, values: ReadonlyArray<String>, options: DirectOptions = definedExternally): Void(source)
abstract suspend fun selectOptions(select: Element, values: String, options: DirectOptions = definedExternally): Void(source)