Unable to identify unque properties of chrome 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: Unable to identify unque properties of chrome browser (/Thread-Unable-to-identify-unque-properties-of-chrome-browser) |
Unable to identify unque properties of chrome browser - tanyamrz - 10-22-2012 Hi My task is to close all the Browsers execpt HP qc and my application browser which is in chrome, iam using chrome 22 here the code Code: fncloseIEBrowsers can anyone please help me Thanks Tanya RE: Unable to identify unque properties of chrome browser - sshukla12 - 10-23-2012 Hi, Could you please specify the error msg u r getting. Regards, Sankalp RE: Unable to identify unque properties of chrome browser - tanyamrz - 10-24-2012 Hi Iam getting "unable to identify the object uniquely please add more properties to identify object uniquely The. Problem is whenever execution starts it identifies hpqc then c Then throws error Childobjects count getting wrong RE: Unable to identify unque properties of chrome browser - sshukla12 - 10-25-2012 Hi, Use the below code 4 reference, it might help u; Code: bIndex = 0 'Set Browser index to 0 Regards, Sankalp RE: Unable to identify unque properties of chrome browser - tanyamrz - 10-25-2012 Hi Thanks for the Reply i have used your code Code: ' it is able to close the IE browsers sucessfully but not able to close the other opened chrome browsers RE: Unable to identify unque properties of chrome browser - pradeep singh - 05-01-2013 Hi , I am also facing the same isssue as discussed above i.e. unable to close google chrome tabs. (successfully closed tabs of IE and mozilla but not of chrome). Anybody having solution for chrome browser? Thanks & Regards Pradeep Singh |