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.
public enum HorizontalVisualRelation
Fields
Left = 1The related test object is located to the left of the test object to identify.
LeftAndInline = 2The related test object is located to the left of the test object to identify and is horizontally inline with it.
Right = 3The related test object is located to the right of the test object to identify.
RightAndInline = 4The related test object is locatedto the right of the test object to identify and is horizontally inline with it.