ContributionsMost RecentMost LikesSolutionsRe: Freeze diagnostic options are not active Yes, .mds file Re: Freeze diagnostic options are not active Changed manually from False to True Re: Freeze diagnostic options are not active Is there way to enable buttons on this page? Because 'process filter mode' is also disabled. Freeze diagnostic options are not active I wanted to add my app toFreeze Diagnostics but all on this page are not active. Does someone know why? How can I turn on this options? SolvedRe: Click doesn't work on Chrome popup As well for me. In debug mode works fine. But when I run a whole script then Click fails. Re: Click doesn't work on Chrome popup No. Can you answer how to do it? Re: Click doesn't work on Chrome popup This action requires the Intelligent Quality add-on. Unfortunately, I do not have such a license on my project. Re: Click doesn't work on Chrome popup Image-based action doesn't work as well. The same behavior as with a usual click. Re: Click doesn't work on Chrome popup I've updated TestComplete/TestExcute to the latest. But the problem is still reproducible. Click doesn't work on Chrome popup Hi all, after Chrome update to 116 version faced with issue when TestComplete click doesn't workon Chrome popup. 1.Popup is called in my web application 2. It is necessary to click on the "Open *****" button usingClick() action Result: Button doesn't click. I've tried to set focus or hover mouse on the button and then perform click. Also tried to do ClickM. Click doesn't work. But set focus and hover mouse work successfully. Also I tried to getEnabled property for this button and if True then perform Click. Doesn't help. There are to ways to workaround: 1. doing press Enter key on the button 2. trying do the second click on the button if the first click was failed. But it's all about risk of missing bug in future. Maybe someone has idea what can I do before clicking on the 'Open ****' button?