Enum
OffsetReference

Offset references used to adjust the target point (X,Y) of an action.

Definition

Namespace:ArtOfTest.Common

Assembly:ArtOfTest.WebAii.dll

Syntax:

cs-api-definition
public enum OffsetReference

Fields

AbsoluteCenter

The reference is the absolute center of the target.

Declaration

cs-api-definition
AbsoluteCenter = 8

Field Value

OffsetReference

BottomCenter

The reference is the center point of the bottom edge of the target.

Declaration

cs-api-definition
BottomCenter = 7

Field Value

OffsetReference

BottomLeftCorner

The reference is the bottom left corner of the target.

Declaration

cs-api-definition
BottomLeftCorner = 1

Field Value

OffsetReference

BottomRightCorner

The reference is the bottom right corner of the target.

Declaration

cs-api-definition
BottomRightCorner = 3

Field Value

OffsetReference

LeftCenter

The reference is the center point of the left edge of the target.

Declaration

cs-api-definition
LeftCenter = 6

Field Value

OffsetReference

RightCenter

The reference is the center point of the right edge of the target.

Declaration

cs-api-definition
RightCenter = 5

Field Value

OffsetReference

TopCenter

The reference is the center point of the top edge of the target.

Declaration

cs-api-definition
TopCenter = 4

Field Value

OffsetReference

TopLeftCorner

The reference is the top left corner of the target.

Declaration

cs-api-definition
TopLeftCorner = 0

Field Value

OffsetReference

TopRightCorner

The reference is the top right corner of the target.

Declaration

cs-api-definition
TopRightCorner = 2

Field Value

OffsetReference