RecordByWinMouseEvents Property

Description

Instructs UFT One to use standard Windows mouse events instead of browser events for the specified events.

Property type

Read-write property

Syntax

Visual Basic
Public Property RecordByWinMouseEvents As String

Return Value

Any combination of the following values.  Separate multiple values with a space.

  • OnClick--Uses standard Windows mouse events instead of browser events for the OnClick event.
  • OnMouseDown--Uses standard Windows mouse events instead of browser events for the OnMouseDown event.
  • OnMouseUp--Uses standard Windows mouse events instead of browser events for the OnMouseUp event.

Example

Configure Web Options

See Also