Window Action
Table of contents
Description
A window action simulates some kind of window change by a user. Generally speaking, this includes anything that could occur when the title bar of a window is interacted with.
Parameters
Step Subtype
The specific operation to be performed. It can be one of the following values.
Window Name
The name of the window to perform the operation on.
Remarks
If the given window name cannot be found in the list of desktop windows, an error will occur. If multiple windows of the same name exist, the FindWindow Windows DLL function that is used to get the window reference seems to return the window that is highest in the Z order (the window that is closest to the front).