I am developing an attended automation for a colleague who is based in Hungary (I am based in the UK) which is using Computer Vision (thats the only option for our scenario) and there is a issue that the less than symbol, <, won’t type when deploying on their device. They are a using a Hungarian keyboard and language and I am assuming this will be by.
I have tried in to the Type In activity to put both “<578” and also Convert.ToChar(60).ToString()+“578” where I am passing the ASCII code for < instead but both times the input is on has 578. This works fine on my device.
Any suggestions for resolving this issue?