12-28-2010, 02:14 PM
Hi All,
I am facing a problem in Capturing the text of the selected WinRadioButton in QTP10.0 on Win7...
The error is as follows:
Object doesn't support this property or method: 'Window(...).WinRadioButton.GetROProperty'
Line (45):
I am facing a problem in Capturing the text of the selected WinRadioButton in QTP10.0 on Win7...
The error is as follows:
Object doesn't support this property or method: 'Window(...).WinRadioButton.GetROProperty'
Line (45):
Code:
"objWorkbook.Sheets("Sheet1").Cells(i,11).Value = Window("Flight Reservation").WinRadioButton.GetROProperty("text")".