Can I put variables in Application modeller attribute value?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
22-08-18 12:09 AM
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
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
22-08-18 08:33 PM
Hi kpuranik,
yes you can! Select the attributes that you want to put a variable into and make them dynamic. Then, once you drag an element with these dynamic attributes into an action (navigate, write, read), click on the three-dot button that will enable you to customize the dynamic attributes.
Hope this helps
Viktor
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
29-08-18 10:03 PM
thanks
