I am using iTest to get some values from WEB page.
Particular information is in HTML table.
I am using query to parse the value
query //TABLE[2]/TBODY/TR[6]/TD[2]
But when I examine the returned variable I see that the single word in the table field has doubled.
On web I see Disconnected but in response I get Disconected, Disconected
The page refreshes itself every couple of seconds in the particular table is populated with JavaScript.
Could JavaScript be the reason to get the double back? because in JavaScript there is line:
document.writeln( "<td>Disconected</td>");
I have already enabled "Store single match in the list".