I am using Sahi as the Automation tool but I have a problem identifying one of the fields.The field gets changed during runtime and I am unable to catch it. I am attaching the image here. The fields Read and Skipped are both identified by the below properties:
Read
_div("0[1]")
_div("cell-right fg-000000[1]")
_div(613)
Skipped
_div("0")
_div("cell-right fg-000000")
_div(615)
However the array [1] gets on interchanging and i am getting the below error everytime i execute the script.
_sahi.setServerVarForFetch('___lastValue___1429772452227', _getText(_div("cell-right fg-000000[1]"))); [9205 ms] [12:31:00.321]
Error: The parameter passed to _getText was not found on the browser
at: (C:\sahi_pro\userdata\scripts\TLMRP.sah&n=40) checkFileExist
Please help as to how to identify the same.