I am trying to find a specific text in an SAP table column and click on this text.
I have looked at the SAP automation video and know how to extract table text out of SAP, but have not been able to loop through and find & click a particular text.
It is either clicking on a text in another column that contains the particular text, or not working at all.
You have find text activity available in UiPath, first use that activity to check whether the text is there in the table and then use if condition to check whether the element exists or not. If exists, then use click activity to click on the particular text you need to click
Hi,
In SAP table you will get selectors similar to each other and varying table column and table row. based on that use a count variable of type int and then try to increment the value based on that.
Let us know if this helps,
Regards,
Pavan H
Hi,
In table row attribute, try putting double quotes inside single quotes. And also add the selector in same kine instead of new line.
Let us know if this helps.
Regards,
Pavan H
This is all one line, just had to fit it in the screenshot before. Table row is double inside single quotes.
Any other thoughts?
"<wnd app='saplogon.exe' cls='SAP_FRONTEND_SESSION' omit:title='Standard PO 4500242516 Created by xxx /><sap id='usr/subSUB0:SAPLMEGUI:0015/subSUB2:SAPLMEVIEWS:1100/subSUB2:SAPLMEVIEWS:1200/subSUB1:SAPLMEGUI:1211/tblSAPLMEGUITC_1211' tableCol='1' tableRow='" +counter.ToString+"' />"