Hello everyone, this is my first post here on this community.
First of all i would like to thank all the participating members for their input, keep it up!
I started creating automations with UiPath 2 months ago, and now my issue is with the SAP software, i am not able to identify the column headers, and the “row headers” on a table.
When i use the click activity, it is possible here :
@Meloueh01 The Click on a Checkbox should work if Scripting is Enabled on Both Server and Client Side though, Can you Show us the Selector After you try to click the Checkbox ?
<wnd app='saplogon.exe' cls='SAP_FRONTEND_SESSION' title='Feuill de saisie des temps : vue de saisie' />
<sap id='usr/subCATS001:SAPLCATS:2100/tblSAPLCATSTC_CATSW' />
And the selector for the first item in row :
<wnd app='saplogon.exe' cls='SAP_FRONTEND_SESSION' title='Feuill de saisie des temps : vue de saisie' />
<sap id='usr/subCATS001:SAPLCATS:2100/tblSAPLCATSTC_CATSW' tableCol='0' tableRow='10' />
@AshwinS2 The link you posted allows you to get the value stored in the checkbox, which is not what i want, i want to click that checkbox and do further action.