Recorder actions supported with SAP FIORI
- Updated: 2025/04/16
Recorder actions supported with SAP FIORI
Review the information about the various actions of the Recorder package that are supported with SAP FIORI.
Control name | Automation 360 supported action | SAP Fiori support |
---|---|---|
Button | Click | Yes |
Get property | Yes | |
Left-click | Yes | |
Right-click | Yes | |
Double-click | Yes | |
Text box | Set text | Yes |
Append text | Yes | |
Get property | Yes | |
Click | Yes | |
Left-click | Yes | |
Right-click | Yes | |
Double-click | Yes | |
Combo box | Select item by index | Yes |
Select item by text | Yes | |
Expand | Yes | |
Get total items | Yes | |
Get selected text | Yes | |
Get selected index | Yes | |
Get property | Yes | |
Click | Yes | |
Left-click | Yes | |
Right-click | Yes | |
Double-click | Yes | |
Check box | Check | Yes |
Uncheck | Yes | |
Toggle | Yes | |
Get status | Yes | |
Get property | Yes | |
Click | Yes | |
Left-click | Yes | |
Right-click | Yes | |
Double-click | Yes | |
Client | Get property | Yes |
Click | Yes | |
Left-click | Yes | |
Right-click | Yes | |
Double-click | Yes | |
Get all children name | Yes | |
Get all children value | Yes | |
Radio button | Select | Yes |
Get status | Yes | |
Get property | Yes | |
Left-click | Yes | |
Right-click | Yes | |
Double-click | Yes | |
Table | Set cell by index | Yes |
Set cell by text | Yes | |
Get cell text by index | Yes | |
Get cell index by text | Yes | |
Get total rows | Yes | |
Get total columns | Yes | |
Click on cell by index | Yes | |
Click on cell by text | Yes | |
Get property | Yes | |
Left-click | Yes | |
Right-click | Yes | |
Double-click | Yes | |
Get table | Yes | |
Click | Yes | |
Label | Get property | Yes |
Click | Yes | |
Left-click | Yes | |
Right-click | Yes | |
Double-click | Yes | |
Link | Right-click | Yes |
Double-click | Yes | |
Left-click | Yes | |
Click | Yes | |
Get property | Yes | |
Listview (sap.tnt.NavigationList) | Get property | Yes |
Click | Yes | |
Left-click | Yes | |
Right-click | Yes | |
Double-click | Yes | |
Get total items | Yes | |
Get selected index | Yes | |
Get selected text | Yes | |
Select item by text | Yes | |
Select item by index | Yes |
Known behavior
- SAP Web GUI is currently not supported.
- When automating a combo box, you must capture its expand button. For instance, you must capture the down arrow button next to the drop-down list or the list box, as they are recognized as components of the combo box.
- Custom combo boxes are currently not supported. However you can automate them
using the following steps:
- Click Start recording.
- Capture and click the expand button of the combox box.
- Click on any item within the combo box.Note: The expand menu of the combo box will be captured as a List view control.
- Choose the desired action for the List view control.
- Stop the recording.
- When using the Click cell by index or text action for tables, if the click event is bound through JavaScript, only that specific event will function. If not, the event will trigger without any visible effect, but your automation will not fail.