Table of Contents

Enum VerticalVisualRelation

Namespace
HP.LFT.SDK
Assembly
HP.LFT.SDK.dll

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 = 1

The related test object is located above the test object to identify.

AboveAndInline = 2

The related test object is located above the test object to identify and vertically inline with it.

Below = 3

The related test object is located below the test object to identify.

BelowAndInline = 4

The related test object is located below the test object to identify and vertically inline with it.