LabelWithElementBase

Description

Abstract class to combine a label with an other element based on the relative position. Needs to be generically implemented for every element. See LabelWithCheckbox as an example.

LabelWithElementBase Class (abstract)

Namespace: Progile.TRIO.BaseModel Assembly: Progile.TRIO.BaseModel (in Progile.TRIO.BaseModel.dll)

Inheritance Hierarchy:

Object Progile.TRIO.BaseModel.OnScreenElement Progile.TRIO.BaseModel.LabelWithElementBase

Constructors

LabelWithElementBase(ITester, string, RelativePosition, ImageReference, int, int, IImageFilter[ ])

Syntax:

public LabelWithElementBase(
	ITester tester,
	string displayName,
	RelativePosition elementPosition,
	ImageReference imageReferenceForLabel,
	int gridWidth,
	int lineHeight,
	params IImageFilter[] filters
)

Exceptions:

LabelWithElementBase(ITester, string, RelativePosition, string, int, int, IImageFilter[ ])

Syntax:

public LabelWithElementBase(
	ITester tester,
	string displayName,
	RelativePosition elementPosition,
	string searchText,
	int gridWidth,
	int lineHeight,
	params IImageFilter[] filters
)

Exceptions:

Properties

Last updated