I need to click the icon in SAP based on the input i receive it might pdf,mail,xml

I need to click the icon in SAP based on the input i receive it might pdf,mail,xml. all the selectors are same for all icons. I tried click image it is working when we open the server and not working when closed. Here is the screesndhot


Kindly provide a solution

Hi @sathish_moorthy ,

Try tweaking the selector to make it dynamic by adding aaname or innertext attributes based on the input.

Regards,
Vinit Mhatre

@sathish_moorthy

Please try

cheers

idx is same for all and selector is all same. can you explain click image how to make it work even if we close the server

i tried but everything is same for all

@sathish_moorthy

replied on other thread please check the same

cheers

Hey @sathish_moorthy if you pass the input through user you can go with input dialog activity and save the input in a variable and then use click option and in that click option you can make it dynamic like twerk with the selector instead of a particular item pass the variable .

cheers

@sathish_moorthy

hope this resolves

cheers