ProximityVisualRelation Enumeration
The distance or hierarchical location of the related test object relative to the object to identify. See the OpenText Functional Testing for Developers Help Center for more details on VRI.

C# Syntax

public enum ProximityVisualRelation : System.Enum 
Members
MemberDescription
ClosestOnBothAxesThe related test object is the closest object on both the x- and y- axes to the test object to identify.
ClosestOnXAxisThe related test object is the closest object on the x-axis to the test object to identify.
ClosestOnYAxisThe related test object is the closest object on the y-axis to the test object to identify.
ContainsThe related test object contains the test object to identify.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         HP.LFT.SDK.ProximityVisualRelation