This topic has not yet been rated - Rate this topic

Keyboard.SendKeys Method (UITestControl, String, ModifierKeys, Boolean, Boolean)

Sends keystrokes to the provided control to generate the specified text string by using the provided modifier keys and indicators for encoding and unicode.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
public static void SendKeys(
	UITestControl control,
	string text,
	ModifierKeys modifierKeys,
	bool isEncoded,
	bool isUnicode
)

Parameters

control
Type: Microsoft.VisualStudio.TestTools.UITesting.UITestControl
A UITestControl.
text
Type: System.String
The text for which to generate keystrokes.
modifierKeys
Type: System.Windows.Input.ModifierKeys
The sum of one or more values of the ModifierKeys enumeration.
isEncoded
Type: System.Boolean
true if the text is encoded; otherwise, false.
isUnicode
Type: System.Boolean
true if the text is Unicode text; otherwise, false.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.