Get UI Number

Get UI Number building block is used to find a number in an application or nested inside a UI element in an already open application window when working with Desktop UI automation.

Fully expanded, the Get UI Number block shows the following properties:

Get-UI-Number-1

The Block Header (“Get UI Number”)

The green input connector in the header is used to trigger the block to start executing. The green output connector in the header triggers when a number has been successfully found. The title of the block (“Get UI Number”) can be changed by double-clicking on it and typing in a new title.

Select UI Element

This property contains the locator for the UI element from which the number is to be found.

A UI element locator can be captured by clicking on the property and selecting “Capture new element”. Once set, the UI element locator can be edited by clicking and selecting “Edit element”. The property can be cleared by right-clicking and selecting “Clear element”.

Number found

This property contains the number that was found.

Not found

This green output connector triggers if suitable number is not found within the time specified in the timeout field (see below). If no building blocks are attached to this connector and the element is not found, then the case will end in status Fail. This connector can be used to branch the execution of the flow depending on whether the element is found or not.

Split Lines

If the captured element contains more than one child element, like a panel with more two or more labels, the text from the individual elements will by default be separated by a space. If Split Lines is checked, the text from the individual elements will be separated by a new line instead.

Position found

The application canvas position where the UI element was found in X, Y coordinates. It is relative to the top-left corner of the screen (0, 0). In case of multi-screen environments  X, Y coordinates may vary depending on the  scenarios below:

a) Element’s position can be negative (if main screen is on the right side and window is opened on the left screen)

b) Bigger than screen resolution (if main screen is on the left side and window is opened on the right screen)

Click the Expand button to work with the X and Y coordinates separately. Please note that any UI element that is set to not visible will have position 0, 0.

Area found

The application canvas position and size of the found UI element in X, Y, Width, Height coordinates, starting with the upper-leftmost pixel. It is relative to top-left corner of the screen which (0, 0).In case of multi-screen environments  X, Y coordinates may vary depending on the  scenarios below:

a) Element’s position can be negative (if main screen is on the right side and window is opened on the left screen)

b) Bigger than screen resolution (if main screen is on the left side and window is opened on the right screen)

Click the Expand button to work with the area’s position and size and their nested sub-properties separately.

Source element

By setting this property, the UI element locator will work inside the provided source element, instead of working on a captured element.This means it’s possible to capture a row in a table in one building block, and by using the source property making it easy to find and click a particular cell or field in that exact row.

Find format

Define a format that the number must meet to be captured. For instance, by defining “Price: [NUMBER] USD” as the format, the block will return “123.00” from this text: “Price: 123.00 USD”.

Is case sensitive

Select whether the format should be case sensitive. By default, it is case insensitive.

1000 separator

Define the character used to separate 1000s in the number. The default value will be that set on Studio’s regional settings in Windows — typically “,” or “.”.

Decimal separator

Define the character used to separate decimals in the number. The default value will be that set on Studio’s regional settings in Windows — typically “,” or “.”.

Filter

Define a filter that the number must meet to be retrieved. For instance, only retrieve numbers that are “Greater than” 100. If the number found doesn’t match the filter, the Not Found connector will be triggered.

Use occur.

Select which occurrence of the numbers to use if more than one is found. Select “All” to iterate through all of the occurrences. By selecting “All”, the sub-properties Current index and Completed are shown (see below), and the top connector is triggered for each occurrence.

Current index

The current index when iterating through all occurrences of a number.

Completed

This green output connector triggers when the iteration of all occurrences are completed.

Count

This property contains the total number of found UI elements that match the locator set above.

Default timeout

If the 'Default Timeout' property checkbox is not selected, then the timeout value is 10 seconds. If the 'Default Timeout' property checkbox is selected, then the 'Default timeout' value selected in the flow settings will be applicable.

Timeout

The maximum time spent searching for a number before giving up and triggering “Not found”.

Note: All cases have a “global timeout” that can be configured in the “Settings” panel. This is unrelated to the timeout of a single building block. However, a running case will automatically be cancelled if it runs for longer than the global timeout.

Scroll to find

When a value other than “None” is selected, the building block will use scrolling when searching for the UI element. This can be useful when searching in scrollable content where elements are loaded asynchronously, e.g. using infinity scroll.

Await no changes

When checked, the building block will wait for any changes happening on screen within the specified timeout before finding the number from the element specified.

 

Await Timeout

Number of seconds DOM must have had no changes before proceeding.