RadComboBoxSetText Method (String, Int32)

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Types the given text to the ComboBox input using default typing speed. Swows the drop down as well.

Namespace:  Telerik.WebAii.Controls.Html
Assembly:  Telerik.WebAii.Controls.Html (in Telerik.WebAii.Controls.Html.dll) Version: 2012.1.411.0 (2012.1.411.0)
Syntax

public void SetText(
	string text,
	int typeSpeed
)

Parameters

text
Type: SystemString
The text to set.
typeSpeed
Type: SystemInt32
The typing speed (characters typing) in milliseconds.
See Also

Reference