ContributionsMost RecentMost LikesSolutionsRe: Chrome Browser tests - Smartbear Test Extension is not Installed or is Diabled Recently, I've had similar issues. I was running TestComplete version 14.5 and Chrome 87. The Chrome extension was installed and had been working for a while. Then, TestComplete started reporting that the extension was not installed. Chrome still showed that it was installed. My colleagues using the same configuration were not experiencing the issue. We were able to fix the issue by upgrading to TestComplete version 14.72 and re-installing the Chrome extension. Good luck to you. Re: Auto update scripts when Name Mapping items/aliases are renamed This would be especially helpful for references to aliases used in Call Object Method operations. TC can update other types of operations, why not everywhere? Seems like something that could be accomplished pretty simply in other IDE's such as VS. Can I use sys.clipboard to enter otherwise unsupported characters? Objective: Enter this text string ʕ •ᴥ•ʔ ...into a textArea object in a web-based application. SetText is not supported for textArea so I tried using Keys. The Keys method does not support unusual characters. So I am wondering if I can enter the string into the system clipboard and then use keys to execute a paste function. Solved