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 …