List of activities handling screen elements
GetText
Retrieves value of specified text GUI element as string. In practice, several text controls are visible on a text written as a Value, Name and Text, and depending on this, use the appropriate activity. If the screen element property TextValueAvailable is true, you will likely need to use this activity. If it fails, you […]
Get Selected Value
Retrieves combobox’s current value. It doesn’t supply multi-choice list comboboxes.
Get Value
Retrieves value of specified GUI element as string. Namely Value, Name and Text, and depending on this, one should use the appropriate activity. You may check what attribute contain what valu by looking into “Selected element Properties” page, or by looking at tooltip displayed in the element toolbox. If property TextValueAvailable is true, you […]
Get Radio Value
Retrieves radiobutton’s current value.
Expand Element
Expands combobox drop-down list. Required parameters Parameter type Parameter name Description Input Application name Input GUI element Input Retry timeout Optional parameters Parameter type Parameter name Description Misc Alternative Scenario If Failed Misc DisplayName Misc Log This Activity Output Result Output Result Code Output Result Details
Set Value In Combo
Sets specified value in combo box. During the hunting process all values are taken from the combo box – then this activity displays all these values to choose
Check Existence
Checks whether given element is existing or not. This allows an easier understanding of the application and allows to synchronize scenario with application. The obtained result is stored in a variable specified in Result parameter.
Get Name
Retrieves name of specified GUI element as string. In practice, several text controls are visible on a text written as a Value, Name and Text, and depending on this, use the appropriate activity. If the screen element property TextValueAvailable is true, you will likely need to use this activity. If it fails, you need to check […]
Get Value from Grid
Takes grid as an argument and retrieves specific cell’s content as string.
Set Text
Changes value of specified text GUI element as a text provided by user.