Hi,
any suggestions how to store this selector pattern in variable
<webctrl id=‘ctl00_c1_gvReconStatus_ctl01_ctl04_ddlGroupCurStatus’ tag=‘SELECT’
<webctrl id=‘ctl00_c1_gvReconStatus_ctl01_ctl06_ddlGroupCurStatus’ tag=‘SELECT’
<webctrl id=‘ctl00_c1_gvReconStatus_ctl01_ctl08_ddlGroupCurStatus’ tag=‘SELECT’
<webctrl id=‘ctl00_c1_gvReconStatus_ctl01_ctl10_ddlGroupCurStatus’ tag=‘SELECT’
<webctrl id=‘ctl00_c1_gvReconStatus_ctl01_ctl12_ddlGroupCurStatus’ tag=‘SELECT’
P.s: so here ctl04,ctl06… changing .
I assigned count value as 2 and then assign to count=count+2
and i store selector varible like this format:
selector=“ <webctrl id='ctl00_c1_gvReconStatus_ctl01_ctl0”& count2 & "_ddlGroupCurStatus’ tag=‘SELECT’ "
but it gives value like ctl04,ctl06,ctl08 but not following next pattern…(it gives ctl010 but I want ctl10)