ComputerActionType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The ComputerActionType.
public enum ComputerActionType
type ComputerActionType =
Public Enum ComputerActionType
- Inheritance
-
ComputerActionType
Fields
| Name | Value | Description |
|---|---|---|
| Screenshot | 0 | screenshot. |
| Click | 1 | click. |
| DoubleClick | 2 | double_click. |
| Scroll | 3 | scroll. |
| Type | 4 | type. |
| Wait | 5 | wait. |
| Keypress | 6 | keypress. |
| Drag | 7 | drag. |
| Move | 8 | move. |