We have 2 radio buttons with almost same attributes and none of the combination of xpath atributes seem to work . Please help. Below is the HTML code added.
radio button 1:
<label class="label_radio r_off"><input kdfid="flowSelection" kdfapp="order" kdfpage="createOrder" type="radio" id="flowSelection" class="orderWithDealId" name="flowSelection" value="false" onclick="javascript:icw.singleEntry.flowSelection('deal');" checked="true" tabindex="1"></label>
<span class="radioTxt">With a Deal ID</span>
radio button 2:
<label class="label_radio r_on"><input kdfid="flowSelectionnew" kdfapp="order" kdfpage="createOrder" type="radio" id="flowSelectionnew" name="flowSelection" class="orderWithNoDealId" value="true" onclick="javascript:icw.singleEntry.flowSelection('noDeal');" tabindex="1"></label>
<span class="radioTxt">Without a Deal ID</span>
Please help.