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.
KeyActionType Enumeration
Represents the kind of action to perform on a text input.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
| Member name | Description | |
|---|---|---|
| KeyDown | The action represents pressing a key on the keyboard. | |
| KeyPress | The action represents pressing and releasing a key on the keyboard. | |
| KeyUp | The action represents releasing a key on the keyboard. |
Show: