Hi @bhogapuram,
According to Micro Focus Document [KM00494510][1], there is a known issue with UFT recognizing popup objects in Chrome. The listed solutions are as follows:
Currently, in order to click in the dialog popup in Chrome, user needs to use the below work arounds:
1. SendKeys - To press the OK button always selected by default in the Pop-up wait 2
Set obj = CreateObject(''WScript.Shell'') ' Creates object we can use to call SendKeys
obj.SendKeys ''{ENTER}''
Set obj = Nothing ' destroys object (no longer needed once typing is done)
2. Recording on the dialog with no add-ins
a. Load QTP/UFT with no add-ins
b. record the click operation
c. Load QTP/UFT with web add-in
d. Set the relative coordinates for the buttons in the dialog box to press:
Window(''Browser'').Window(''mywindow'').click 290,83
Note: Ensure that both windows has the require object properties to be identify in chrome (change between chrome and IE)
.3. Low Level Recording.
.4. Insight Feature (Image based testing) - Only for UFT 11.5x and later
[1]: https://softwaresupport.softwaregrp.com/group/softwaresupport/search-result/-/facetsearch/document/KM00494510