UseKeyboardToPerformSet Property

Description

Indicates whether UFT One simulates keyboard events, or uses API and Windows messages when performing Set operations on edit boxes during a run session.

Property type

Read-write property

Syntax

Visual Basic
Public Property UseKeyboardToPerformSet As Boolean

Return Value

  • True = simulates keyboard events
  • False = uses API and Windows messages when performing Set operations on edit boxes during a run session.

See Also