JavaDeviceReplay Object
Description
Represents the mouse/keyboard operation options in the Java pane of the Test Settings or Business Component Settings dialog box, which enable you to control whether operations are performed using device replay.
Example
Public Properties
Public Property ClickIndicates whether to perform Click methods using mouse events.
Public Property DoubleClickIndicates whether to perform DoubleClick methods using mouse events.
Public Property DragDropIndicates whether to perform Drag-related methods using mouse events.
Public Property TypeIndicates whether to perform Type methods using device replay.
See Also