I am trying to extract a table from SAP transaction SE16N. The export to spreadsheet button can be selected when using SAP GUI Scripting recording. However, UiPath does not recognise the individual buttons when using the UI Explorer.
The selector from the SAP GUI Recording is:
session.findById("wnd[0]/usr/cntlRESULT_LIST/shellcont/shell").pressToolbarContextButton "&MB_EXPORT"
The UiPath explorer selector is:
<wnd app='saplogon.exe' cls='SAP_FRONTEND_SESSION' title='*' />
<sap id='usr/cntlRESULT_LIST/shellcont/shell' />
Is it possible to specify this specific button in the UiPath selector?