Micro Focus QTP (UFT) Forums
Dynamic 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: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming)
+--- Thread: Dynamic browser (/Thread-Dynamic-browser)



Dynamic browser - Aurodeepta - 11-09-2012

Hi,

I am automating one web application which invokes multiple browsers time by time. Some times the browsers are dynamic. Whatever object i am adding in the OR the object properties are changing at the run time. I have used regular expression also. but its not working.

Can some body plz help!!!!


RE: Dynamic browser - imzeeshan - 11-10-2012

Hi,
Is your problem with respect to identifying objects in the dynamically opened browsers. Well then you should try referring those browser on the basis of their "Creation Time", the earliest one being 0, the next as 1, 2, 3 and so on.


RE: Dynamic browser - Aurodeepta - 02-01-2013

Thanks.. It worked