Micro Focus QTP (UFT) Forums
Getting run time errors on the screenshots while recording with QTP - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming)
+--- Thread: Getting run time errors on the screenshots while recording with QTP (/Thread-Getting-run-time-errors-on-the-screenshots-while-recording-with-QTP)



Getting run time errors on the screenshots while recording with QTP - Radmila Kukolj - 12-14-2011

Hi,

I'm getting the following Run Error :
"Cannot Identify the object "Windows Internet Expolorer" (of class Window). Verify that the object's property match an object currently displayed in your application .
Line (52) "Window("Window Internet Explorer").RunAnalog"Track6"

Tip; If the object........... "

We do the manual screenshot capture to get around the issue.

Thanks in advance for the reply.


RE: Getting run time errors on the screenshots while recording with QTP - supputuri - 12-14-2011

You can use Desktop.CaptureBitmap method which will perform the same action.


RE: Getting run time errors on the screenshots while recording with QTP - Radmila Kukolj - 12-14-2011

Thank you SUpputuri.
I'll research it further on Google.