HtmlSelectMultiSelect Method

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Multi select a set of options on the select drop down. You can also set the .Selected value on any HtmlOption.

Namespace:  ArtOfTest.WebAii.Controls.HtmlControls
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

public void MultiSelect(
	params HtmlOption[] options
)

Parameters

options
Type: ArtOfTest.WebAii.Controls.HtmlControlsHtmlOption
The list of options to select. These can be accessed fro the Options[] collection.
See Also

Reference