Hi,
I am trying to get the xpath for 123456 and store it
Can you please help in writing the xpath and storing the value.
Below is the code
Thanks for the help.
Regards
srini
I tried this, but my test is failing for this step
<storeXpath xpath="(//sp...@class='normalText'])[2]/.."
property="confirm_id"/>
-----------------------------------------------------------------------------------------------------------------------------
<tr>
<td align="right"><span class="boldText">Confirmation
Number:</span></td>
<td><span class="normalText">DE28-572145</span></td>
</tr>
<tr>
<td align="right"><span class="boldText">Transaction
Id#:</span></td>
<td><span class="normalText">*123456*</span></td>
</tr>
-----------------------------------------------------------------------------------------------------------------------------------