StdLauncher Object
Description
Represents the Windows Applications tab of the Record and Run Settings dialog box, which enables you to specify on which applications to record and run the test, or to record and run on any Windows application.
Object Model
StdLauncher ObjectStdApplications CollectionStdApplication Object
Example
Public Properties
Public Property ActiveIndicates whether to record and run on any open Windows application or applet (False) or to open and record ONLY on the specified applications or applets (True) when a record or run session begins.
Public Property ApplicationsReturns a StdApplication collection, which defines the applications to be opened when a record or run session begins.
Public Property RecordOnExplorerDescendantsIndicates whether to record and run on applications opened via the Desktop (by the Windows shell).
Public Property RecordOnQTDescendantsIndicates whether to record and run on applications invoked by UFT One.
Public Property RecordOnSpecifiedApplicationsIndicates whether to record and run on specified applications.
See Also