ContributionsMost RecentMost LikesSolutionsRe: 15.69 vs. 15.70 So far no issues, Afaik Clickitem on ComboBox objects had been broken for a while, nice to see it has been fixed. most of the time I worked around it. Re: Backticks in textboxes using the Keys command I haven't replied to all your reactions but I have tried/read everything you have posted, Unfortunately I still can't recreate the issue. Since creating the ticket the issue has not happend again. I expect it will happen again at some point and when it does I might update the ticket. Thanks for all your help everyone, Maybe sometime in the future someone with the same issue will find this ticket and he/she might have a fix. Untill that time I'll just keep ignoring the log errors when this happens. Re: Checking until a window doesn't exist if the Object stops existing there is no visible property, does it still work? Re: Checking until a window doesn't exist You could use a while loop, This one is writen in JavaScript but should be about the same: I added a check that after a few checks it returns Re: Backticks in textboxes using the Keys command I made a checking loop last Friday that tests the fields from the examples. It presses [Enter] 10,000 times in one field and 1000055[Enter] in the other field. Unfortunately, this issue did not arise. It took about 2.5 hours for both fields, and there were no issues. Trying to force this issue is a hard problem, it doesn't happen often enough for me to determine why it occurs. I checked the Windows Event Viewer, searched most if not all of the internet, and I can't seem to find anyone else with this issue. EDIT: it ran for 3 days btw, I dont want to leave that on since it messes with my normal tests. Re: Backticks in textboxes using the Keys command Just the keys method in most cases, After searching TC does over 3500 keys entries, so adding a click/focus before every one just isn't possible. Re: Backticks in textboxes using the Keys command They're hardcoded strings, no variable has been used in these tests. The test execution takes about 7,5 hours, so logging every keys method is just not possible Re: Backticks in textboxes using the Keys command This issue comes up every so often, Last week twice before that not sure. I think my KB language is set to Dutch I asked my developers and it doesn't seem like it comes from our side. I always update TC to the latest version. I can't create a project where this happens because I can't find why this happens, it is rare for it to happen and it happens anywhere in multiple projects. sometimes it works just fine for weeks, other times it happens twice a week I created a for loop to press Enter 2000 times on the same textbox and it does not seem to happen. Re: Backticks in textboxes using the Keys command As stated in previous ticket this does also happen in grids Of the 2 examples the 1st was on 05-12-24 at 21:22:51 and the 2nd was on 01-12-24 at 22:21:27 The days in between were all fine Backticks in textboxes using the Keys command Related to ticket from 2 years ago: testcomplete-questions/testexecute-enters-in-textbox/247032 Somehow, during the test run when using Keys, sometimes a ` (backtick) is entered into the field. Over the last week, it happened twice at different times and in different projects. Since the last 2 years, I have rewritten my tests from VB keyword tests to JS scripts, and this still happens. I can't reproduce it since it is intermittent. Here are 2 examples: When using textbox.Keys("[Enter]"); It entered: `[Enter] When using textbox.Keys("1000055[Enter]"); It entered: '1000055[Enter] I'm just hoping someone somewhere has seen this issue before. I really can't figure out how or why TC does this. I'm runnning the tests via batch Sessioncreator with TaskScheduler