DeviceReplay Property

Description

The list of operations to be performed during the run session using a device level replay, which simulates exact mouse or key operations.

Property type

Read-write property

Syntax

Visual Basic
Public Property DeviceReplay As String

Return Value

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

  • Click
  • DoubleClick
  • Type
  • DragDrop

Remarks

Device level replay simulates mouse or key operations exactly as if they occur on the mouse or keyboard drivers. When a mouse action is simulated on device replay, the mouse pointer moves on the screen to the point where the action is to be performed during the test run.

See Also