RecordByWinMouseEvents Property
Description
Instructs OpenText Functional Testing 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
See Also