Hi Saket,
I am trying to capture the text in the WinEdit object and copy it to the Excel sheet... I have copied the WinComboBox object but i am facing a problem with WiEdit...
I am facing the following error:
"Cannot identify the object "Flight No:" (of class WinEdit). Verify that this object's properties match an object currently displayed in your application.
Line (38):Tip: If the objects in your application have changed, the Maintenance Run Mode can
help you identify and update your steps and/or the objects in your repository."
Please advise.
I am trying to capture the text in the WinEdit object and copy it to the Excel sheet... I have copied the WinComboBox object but i am facing a problem with WiEdit...
I am facing the following error:
"Cannot identify the object "Flight No:" (of class WinEdit). Verify that this object's properties match an object currently displayed in your application.
Line (38):
Code:
"objWorkbook.Sheets("Sheet1").Cells(i,4).Value = Window("Flight Reservation").WinEdit("Flight No:").GetROProperty("text")".
help you identify and update your steps and/or the objects in your repository."
Please advise.