RecordMenusAndPopups Property
Description
Indicates whether UFT One records operations on emulator menus and dialogs.
Property type
Read-write property
Syntax
Visual Basic
Public Property RecordMenusAndPopups As Boolean
Remarks
By default, UFT One records operations on the menus of the terminal emulator window and the dialog boxes that open as a result of these menu option selections.

Clear this check box if you do not want UFT One to record these menu and dialog box operations. For example, you may not want emulator-specific menu and dialog box steps in your test or component if cross-emulator compatibility is important, or if these steps are not relevant to your test or component.

This property value applies to all terminal emulator configurations, regardless of the currently selected emulator.
Example
See Also