Enum VerticalVisualRelation
The vertical location of the related test object relative to the object to identify. See the Help Center for a diagram that illustrates the way OpenText Functional Testing for Developers interprets visual relations and the boundaries that are used for determining in-line related objects.
Namespace: HP.LFT.SDK
Assembly: HP.LFT.SDK.dll
Syntax
public enum VerticalVisualRelation
Fields
| Name | Description |
|---|---|
| Above | The related test object is located above the test object to identify. |
| AboveAndInline | The related test object is located above the test object to identify and vertically inline with it. |
| Below | The related test object is located below the test object to identify. |
| BelowAndInline | The related test object is located below the test object to identify and vertically inline with it. |