Supported Log Events
The table below lists events that can be successfully detected in logs during task definition.
Command Type | Description |
---|---|
OpenWindow | A new window that did not exist earlier has been opened. This occurs when the user runs a new application or opens a dialogue window. |
FocusWindow |
Focus has been switched to another existing window. This event can be recorded for window, pane, and other elements of the window type. |
CloseWindow |
An existing window has been closed. This occurs when the user closes an application or a dialogue window. This event can be recorded for window, pane, and other elements of the window type. |
SelectTab | The user has switched from one page to another. |
Invoke | An element has been activated without changing its state. This occurs when the user clicks a button. |
InvokeMenuItem | The user has selected a menu item of a context menu or menu bar. |
ChangeElement | An element value has been changed. This occurs when the user fills in an edit field or toggles a checkbox. |
SelectElement | An element has been selected among others. This occurs when the user selects a radio button. |
Copy | Text had been copied to the clipboard. |
Paste | A text had been extracted from the clipboard and placed into an edit field. This occurs when the user presses the "Ctrl + V" shortcut. |
PressKeySequence | A keyboard shortcut has been pressed. This occurs when the user presses "Shift + Ins" or "Ctrl + A". |
22.09.2023 8:59:47