I saw the screenshot..
u r using
which is wrong.
Plz use the innertext property. Plz replace the code at line 74 and line 85 with the below code...
Regards,
Ankesh
u r using
Code:
strResultMsg= Browser("Browser").Page("Page").Frame("workarea").webelement("ObjectName>").GetROProperty("0 records returned")
which is wrong.
Plz use the innertext property. Plz replace the code at line 74 and line 85 with the below code...
Code:
strResultMsg= Browser("Browser").Page("Page").Frame("workarea").webelement("Search").GetROProperty("innertext")
Regards,
Ankesh