RadComboBoxSelectItem Method (String, Boolean)

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Simulate user opening the drop down depending on 'openDropDown' argument and selecting the item with the given text.

Namespace:  Telerik.WebAii.Controls.Xaml.Wpf
Assembly:  Telerik.WebAii.Controls.Xaml.Wpf (in Telerik.WebAii.Controls.Xaml.Wpf.dll) Version: 2012.1.719.0 (2012.1.719.0)
Syntax

public void SelectItem(
	string itemText,
	bool openDropDown
)

Parameters

itemText
Type: SystemString
The text of the item to be selected.
openDropDown
Type: SystemBoolean
Open the drop down first.

Implements

IRadComboBoxSelectItem(String, Boolean)
See Also

Reference