Table of Contents

Enum HorizontalVisualRelation

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

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

The related test object is located to the left of the test object to identify.

LeftAndInline = 2

The related test object is located to the left of the test object to identify and is horizontally inline with it.

Right = 3

The related test object is located to the right of the test object to identify.

RightAndInline = 4

The related test object is locatedto the right of the test object to identify and is horizontally inline with it.