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.
public enum VerticalVisualRelation
Fields
Above = 1The related test object is located above the test object to identify.
AboveAndInline = 2The related test object is located above the test object to identify and vertically inline with it.
Below = 3The related test object is located below the test object to identify.
BelowAndInline = 4The related test object is located below the test object to identify and vertically inline with it.