EnumOffsetReference
Enum
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.
BottomCenter
The reference is the center point of the bottom edge of the target.
BottomLeftCorner
The reference is the bottom left corner of the target.
BottomRightCorner
The reference is the bottom right corner of the target.
LeftCenter
The reference is the center point of the left edge of the target.
RightCenter
The reference is the center point of the right edge of the target.
TopCenter
The reference is the center point of the top edge of the target.
TopLeftCorner
The reference is the top left corner of the target.
TopRightCorner
The reference is the top right corner of the target.