Trying to make <ctrx idx dynamic ...in selectors

Hi ,

I tried to convert below selector to dynamic …but it is not happeninng

Am i inserting exact quotes for integer ?

<wnd cls='AVL_AVView' title='AVPageView' />
<ctrl idx=' 3' role='row' />
<ctrl name='POLICY #: * ' role='text' />

to following …

<wnd cls='AVL_AVView' title='AVPageView' />
<ctrl idx=' "+[CounterValue]+ " ' role='row' />
<ctrl name='POLICY #: * ' role='text' />

it is showing selector not found …

@allurai_india

Please check below thread and follow the steps to do this.

How to use variables in selectors in Studio (dynamic selectors) without string manipulation!

2 Likes

thanks , i am able to do it with above topic .

1 Like

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