Cannot click a button on SAP

Hello all,

I am trying to click a button to delete rows on SAP, but when I use the UI Explorer I am unable to find its selector.

The image below shows the button I would like to click?

This is the scope the selector can reach, showing I cannot focus on the button itself:

The selector I can get now is shown below, but I would need to complete with the part related to the button:
Codigo

Does anyone have an idea?

Thank you

1 Like

@Artur_Tranzola

Hello Artur,
welcome in the UiPath Community. It works with another UI Framework.

image

SAP GUI Scripting records only the method deleteRows

session.findById("wnd[0]/usr/cntlBCALV_GRID_DEMO_0100_CONT1/shellcont/shell").deleteRows "0"

Best regards
Stefan

1 Like

@StefanSchnell

Thank you very much for your help, it completely solved my problem.

Cheers!

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.