![]() |
QTP 11.52 not recognizing objects in Chrome 28 - 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 Others (https://www.learnqtp.com/forums/Forum-UFT-QTP-Others) +--- Thread: QTP 11.52 not recognizing objects in Chrome 28 (/Thread-QTP-11-52-not-recognizing-objects-in-Chrome-28) |
QTP 11.52 not recognizing objects in Chrome 28 - DDODGE - 03-27-2014 I am trying to write some scripts for applications that use Chrome. I am using UFT 11.52 and have installed patches 00022 and 00056 in order to work with Google Chrome 28. I have locked down Chrome so it does not do automatic updates in order the change the version. I only have the Web addin checked. However, when I Spy on objects, it does not recognize them. The object hierarchy shows as Code: Window: Google Chrome If I record I just get something like this; Code: Window("Window").Click 275,23 I have gone thru and checked the Record and Run settings to ensure they are set to work on any open browser. I opened UFT first follwed by Google Chrome so objects should be recognized. Are there other addins that I need or other patches that I should install? I looked at the matrix and it just said to install the 2 patches that I did. Any help would be greatly apprectiated. Thank you! I am using Windows 7 on a VM that is 64-bit Operating System. RE: QTP 11.52 not recognizing objects in Chrome 28 - Ankur - 03-27-2014 Looks like you have already exhausted many options. See if one of the points on this article can help. RE: QTP 11.52 not recognizing objects in Chrome 28 - DDODGE - 03-27-2014 I actually believe I tracked down a fix. I went to the Extensions list as follows; To get to the Extensions List that is currently installed in Chrome, type this in the Chrome address bar: chrome://extensions Enable Google Chrome extension for replay and object recognition support: In Tools-->Extensions “QuickTest Professional Agent” extension Enabled. After I did this my objects started to be recognized. Thank you for your quick reply. RE: QTP 11.52 not recognizing objects in Chrome 28 - Ankur - 03-28-2014 Good that you were able to fix the issue. |