RecordStatusBar Property

Description

Indicates whether UFT One records a step and captures the corresponding Active Screen every time the status bar displays a message.

Property type

Read-write property

Syntax

Visual Basic
Public Property RecordStatusBar As Boolean

Return Value

  • True--Records a SAPGuiStatusBar.Sync method and captures the corresponding Active Screen every time the status bar displays a message.
  • False--No step is recorded for status bar events. You can capture status bar messages in the Active Screen only by inserting a checkpoint or output value on the status bar while recording.

Example

See Also