adext
1
Hello
I am trying to select each one of these rows based on the text (‘Titre’ column)

Here is the selector I get by default
"wnd app=‘saplogon.exe’ cls=‘#32770’ title=‘Service : Liste des pièces jointes’ idx=‘*’ /> <sap colName=‘BITM_DESCR’ id=‘usr/cntlCONTAINER_0100/shellcont/shell’ tableRow=‘0’ "
However, everytime I run it I get the error ‘click generic error’ while the selector is validated
I tried completing the selector with the text attribute (because the row can vary) and it doesn’t work
Hi @adext,
Try to enable the Sendwindow Message option instead of default click type in click activity.
Hope this will be helpful !!
Thanks in advance,
Jayavignesh G
Anil_G
(Anil Gorthi)
3
@adext
Then please remove tablerow from it
Else it will try to search for text in first row inly always
Cheers
Yogeesh_G
(Yogeesh G)
4
Hi
Please remove the Tablerow from selector and try it will work
Thank you
rikulsilva
(Henrique Lima)
5
Hi @adext
Remove tablerow
Add text attribute
In text atribute value, use variable instead hardcode text to make it dynamic based on the variable value