SelectElement.SelectItems

SelectItems(params int[])

此方法允许通过索引选择多个选项。

public void SelectItems(params int[] indexes)
范围类型描述
indexesInt32[]用于参数选择的索引数组。

也可以看看


SelectItems(params string[])

此方法允许通过其值选择多个选项。

public void SelectItems(params string[] values)
范围类型描述
valuesString[]用于参数选择的值数组。

也可以看看