Specifications

Event Actions
Windows MouseClick Event Action
The Windows MouseClick event action indicates that the user clicked a mouse
button within the context of an application window.
MouseClick events support the following parameters.
(BT Studio displays these values in the events pane.)
ExecutableName. The name of the process
Class. The class of the affected window
Title. The title of the affected window
ObjectID. Application- wide unique identifier of the affected window
Count. (numeric) 1 = single click, 2 = double click
Example
transaction "Read"
module "Read"
{
event "1" Windows MouseClick {count=2 objectid="NLNOTES-381- 459033237"}
last
{
event "2a" connection request { }
event "2b" connection response { }
}
}
Windows SetFocus Event Action
The Windows SetFocus event action indicates that an application window
received focus. A window can receive focus when it pops up or when a user
selects it.
SetFocus events support the following parameters.
(BT Studio displays these values in the events pane.)
ExecutableName. The name of the process
Class. The class of the affected window
Title. The title of the affected window
ObjectID. Application-wide unique identifier of the affected window
Example
transaction "ChangePO"
module "ChangePO"
160 BTStudio Administration Guide