Hello,
I want to dynamically decide where to click in an SAP table. The positions are relative.
/app/con[0]/ses[0]/wnd[0]/usr/lbl[98,5]
/app/con[0]/ses[0]/wnd[0]/usr/lbl[98,6]
/app/con[0]/ses[0]/wnd[0]/usr/lbl[98,7]
So I want to make a decision that if there is a fourth element then lbl[98,8]
So basically what I want to know is, if I can edit the spied element attribute value to something like
/app/con[0]/ses[0]/wnd[0]/usr/lbl[98,$variable$] and set this variable from my process