ContributionsMost RecentMost LikesSolutionsRe: Don't update Chome to v140 I have the same problem, but for me its on the login page on our webapp. this makes all tests fail since I can't login. Re: Don't update Chome to v140 I did not test edge but Chrome 140 is broken for me. It does seem to be a different issue. Re: Issue with edge browser I also have an issue with the latest Chrome/Edge version. version 139 does work I recommend downgrading edge to that version. I also made a Community ticket for this: Don't update Chome to v140 | SmartBear Community Edge would be the same. EDIT: you could check if TC 15.77.6 does work for you before downgrading Re: Don't update Chome to v140 To downgrade Chrome I followed these steps: https://support.google.com/chrome/a/answer/6350036 https://stackoverflow.com/questions/18483087/how-to-disable-google-chrome-auto-update If it still updates chrome after, delete chrome again, install preffered version and try this step To get an old Chrome version I found this GitHub page: https://github.com/Bush2021/chrome_installer/releases Its unofficial so download at your own risk! Don't update Chome to v140 For those of you that didn't follow this ticket: Chrome minimizes and reopens every on screen action | SmartBear Community When Chome v139 came out TC stopped working with Chome (and edge). This was fixed in TC v15.77.6. Now Chrome updated again to v140, Testcomplete v15.77.6 does not work with Chome again. If you updated Chome already i recommend downgrading Chrome back to v138 or v139. Re: Chrome minimizes and reopens every on screen action Warning to everyone!!! Hey guys, since the Testcomplete update 1.77.6 chrome v139 works again. Chrome has another update v140. for me this does not work with the latest TC version. Just to warn you all don't update Chome again..... Re: Chrome minimizes and reopens every on screen action I don't think there will be a hotfix/patch for that. You could try asking the Smartbear Support for a hotfix/patch. Or like other users have said try if the 15.77 version fixes your other issues. Re: Chrome minimizes and reopens every on screen action a full release with the fix is now available Testcomplete 15.77.6 EDIT: Whoops I didn't read the part without updating TC What version are you on now? Re: .Click action doesn't release Ctrl I only have 1 test where ctrl click is used about 4 times. For now this test is disabled. I have made a Support Ticket. As a temporary workaround i used this: obj.Click(-1, -1, skCtrl); //Ctrl doesn't get released obj.Keys("^[Release]"); //Manually release the Ctrl (^) button Re: .Click action doesn't release Ctrl To test this make sure you have something in your Clipboard. Make a new test that Ctrl clicks the notepad window. Then press v. Aliases.Notepad.wndNotepad.NotepadTextBox.RichEditD2DPT.Click(143, 67, skCtrl); Aliases.Notepad.wndNotepad.NotepadTextBox.RichEditD2DPT.Keys("v"); It only presses v but the content of my clipboard gets copied into notepad like it was pressing ctrl+v