AnalogTableRecording Property
Description
Indicates whether OpenText Functional Testing records only low-level table methods.
Property type
Read-write property
Syntax
Visual Basic |
---|
Public Property AnalogTableRecording As Boolean |
Return Value
True--Records only low-level (analog) table methods: ClickCell, DoubleClickCell, and Drag.
False--Records in Context Sensitive mode.
Remarks
This option corresponds to the Java.Setting("table_record_mode") variable.
Example
See Also