The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Keyboard.SendKeys Method (UITestControl, String, ModifierKeys)
Sends keystrokes to the provided control to generate the specified text string by using the provided modifier keys.
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
static member SendKeys : control:UITestControl * text:string * modifierKeys:ModifierKeys -> unit
Parameters
- control
-
Type:
Microsoft.VisualStudio.TestTools.UITesting.UITestControl
UI control to which the keys will be sent.
- 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.
Show: