Hi there @Seem,
If it contains the specific data to be clicked on screen, you may want to consider Click Text, providing the Selector as the overarching application screen and text as TBLrow.ToString.
The UiPath is able to get the element and click on it…
Thanks a lot.
Once it clicks on the element then it goes to next form there it clicks on the following arrow button… one more Last thing there is another one click activity(i have made this also as a dynamic selector) well it clicks on the Arrow button.
so the click has the following dynamic selector
"<wnd app=‘saplogon.exe’ cls=‘SAP_FRONTEND_SESSION’ title=‘Display =S= Standard Order "+Convert.ToString(row("Sales document"))+": Overview’ /><sap id=‘tbar[0]/btn[3]’ />"
same click without dynamic selector is
The value which is marked in black keeps changing dynamically( and this value is from "sales_document) column
Can you please help me with this.
No the problem is not resolved yet i just once again checked it with new data , if the cells are at bottom then its going and clicking on the start button…
Please see this… NOTE: if the values are near by then its able to go n click on them.
I mean cell0 then cell10 or cell 15, or cell 17 if the values are at cell 30 the the above error is coming
The uipath workflow
Solution for scrolling in the SAP:
We have to add 2 send hotkey activities:
Hot key with “f3”
2.Hot key with “pgdn” and u have to add the dynamic selector for this…
This is how it works successfully.
Apart from this the challanging thing is if u want to click on a particular element then - use If activity , in the condition specify the " starting row number or numbers "and in the “Then” - add the click activity.