Micro Focus QTP (UFT) Forums

Full Version: QTP 11.52 not recognizing objects in Chrome 28
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
     WinObject: Chrome_RenderWidgetHostHWND

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.
Looks like you have already exhausted many options. See if one of the points on this article can help.
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.
Good that you were able to fix the issue.