ExtendedTextBoxTypeText Method

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Types text into the text box.

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

public void TypeText(
	string text,
	int keyPressTime
)

Parameters

text
Type: SystemString
The text to type.
keyPressTime
Type: SystemInt32
The key press time.
See Also

Reference