I’m trying to typ data with umlaut characters and round brackets etc. The process can only run in the background. I’m using a typ into method. If I check Send window messages, the umlaut characers are converted: ü to y a ä is converted to y etc. If I use Simulate typ the first round bracket dissapears. Set text does the same to it as simulate typ.
Is it any specific application you are trying to automate? Does the same happen in a simple Notepad?
One solution you could try could be setting the text to a clipboard using the Set Clipboard activity and then pasting it using CTRL+V Send Hotkey activity with SendWindowsMessage set.
Dear Maciej, Please find screenshot to indicate my problem. It works fine if not used in the background. But it doesn’t work when used in the background.
Could you maybe let us know your UIAutomation package version? I would suggest you to try with both UIAutomation and System packages updated to their latest preview versions as a test if the issue isn’t fixed by that alone.