'Click generic error while trying to select an element

Hello

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

image

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

@adext

Then please remove tablerow from it

Else it will try to search for text in first row inly always

Cheers

Hi

Please remove the Tablerow from selector and try it will work

Thank you

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