Micro Focus QTP (UFT) Forums
Runtime property of browser - 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: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: Runtime property of browser (/Thread-Runtime-property-of-browser)



Runtime property of browser - pkdhake - 07-06-2013

I am having an situation where browser change their run time property. How can I handle this situation.


RE: Runtime property of browser - Ankur - 07-06-2013

Can you please elaborate?


RE: Runtime property of browser - pkdhake - 07-08-2013

I just want to know that whether can we write such a statement or not ?Browser(oBrowser).GetRoProperty("name")


RE: Runtime property of browser - ssvali - 07-08-2013

Yes. you can.

Are you facing any issue while retrieving runtime property of browser ?


RE: Runtime property of browser - supputuri - 07-08-2013

check for other property and values. If it not possible then you can go with creation time.
It would be good if you can share the error message that is poping for you, so that we can give point to point answer.
Make sure that you have posted the Line Of Code that you have used along with error message.