Dynamic selector variable creation - not working

Hi folks,

I’m trying to create a variable to dynamically update a selector. However, when I right click on the element I want to create the variable for, nothing happens- I don’t get the window to create a variable. I’m running the 2018 edition. Below is the element I’m trying to dynamically update:
“<webctrl idx=‘1’” - the bit I want to change is the 1 in idx=‘1’.

All suggestions welcome!

Hi,

If I remember right, 2018 version doesn’t support right click for dynamic selector.
So, we need to write classic style expression (String concatenation) as the following in not Selector Editor but Expression Editor or Selector property directly.

Hope this helps you.

Regards,

This works - thanks Yoichi!

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.