IconButton
Last updated
Was this helpful?
Last updated
Was this helpful?
Special that moves the mouse away after clicking. Also could be used for icons with tool tips, if we ever need to interact with a tool tip.
Namespace: Progile.TRIO.BaseModel Assembly: Progile.TRIO.BaseModel (in Progile.TRIO.BaseModel.dll)
Progile.TRIO.BaseModel.IconButton
Creates a new IconButton instance, that can be found with an image search for the imageReference within the provided filters. If button has active and inactive states, use the with both activeImageReference and inactiveImageReference parameters instead.
Syntax:
Parameter
Description
tester
The tester interface.
displayName
imageReference
[filters]
Syntax:
Parameter
Description
tester
The tester interface.
displayName
activeImageReference
[inactiveImageReference]
[filters]
Creates a new IconButton instance, that can be found with a text search for searchText within the provided filters.
Syntax:
Parameter
Description
tester
The tester interface.
displayName
serachText
[filters]
Name
Description
Type:
Type: The name of the element that will be used for logging and reporting of exceptions (customer facing).
Type: The image reference that will be used to locate the button on the screen.
Type: [ ] Typically a filter indicating the area of interest for the image searches.
Creates a new IconButton instance, that can be found with an image search for either the active or inactive image reference within the provided filters. The active and inactive image references are used to check for the button state with , and .
Type:
Type: The name of the element that will be used for logging and reporting of exceptions (customer facing).
Type: The active image reference that will be used to locate the button on the screen.
Type: The inactive image reference of the button. Will also be used to locate the button on the screen.
Type: [ ] Typically a filter indicating the area of interest for the image searches.
Type:
Type: The name of the element that will be used for logging and reporting of exceptions (customer facing).
Type: The searchText that will be used to locate the button on the screen.
Type: [ ] Typically a filter indicating the area of interest for the image searches.
Configure how much the mouse should move away after clicking. If it's empty point, the mouse doesn't move. Default is the same as the .