LabelWithElementBase
Last updated
Was this helpful?
Last updated
Was this helpful?
Abstract class to combine a label with an other element based on the relative position. Needs to be generically implemented for every element. See as an example.
Namespace: Progile.TRIO.BaseModel Assembly: Progile.TRIO.BaseModel (in Progile.TRIO.BaseModel.dll)
Progile.TRIO.BaseModel.LabelWithElementBase
Parameter
Description
tester
The tester interface.
displayName
elementPosition
imageReferenceForLabel
gridWidth
lineHeight
The minimum Height of the line with the element.
filters
The filters to find the label.
Exception
Condition
ArgumentException
lineHeight needs to be set if elementPosition is Above or Under gridWidth needs to be set if elementPosition is Left or Right
Parameter
Description
tester
The tester interface.
displayName
elementPosition
searchTextForLabel
gridWidth
lineHeight
The minimum Height of the line with the element.
filters
The filters to find the label.
Exception
Condition
ArgumentException
lineHeight needs to be set if elementPosition is Above or Under gridWidth needs to be set if elementPosition is Left or Right
Name
Description
The margin that is added to the boundary of the searchresult for the label to define the SearchRectForElement.
Type:
Type: The name of the element that will be used for logging and reporting of exceptions (customer facing).
Type: The position of the element relative to the label.
Type: The reference to the image that will be used to locate the element on the screen.
Type: The minimum width that contains both the label and the checkbox, typically the width of the UI grid column. (Note: ensure the width fits with all window sizes that need to be supported)
Type:
Type: []
Type:
Type: The name of the element that will be used for logging and reporting of exceptions (customer facing).
Type: The position of the element relative to the label.
Type: The searchText that will be used to locate the element on the screen.
Type: The minimum width that contains both the label and the checkbox, typically the width of the UI grid column. (Note: ensure the width fits with all window sizes that need to be supported)
Type:
Type: []