Enum HorizontalVisualRelation
The horizontal 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 HorizontalVisualRelation
Fields
| Name | Description |
|---|---|
| Left | The related test object is located to the left of the test object to identify. |
| LeftAndInline | The related test object is located to the left of the test object to identify and is horizontally inline with it. |
| Right | The related test object is located to the right of the test object to identify. |
| RightAndInline | The related test object is locatedto the right of the test object to identify and is horizontally inline with it. |