I’m using UI.Vision RPA under Firefox 99 (64-bit). I’m trying to make a makro, which will use keyboard at some stages. However it seems like XType is not working. Generic type command works, but it can send only text. To send for example Tab or Enter, I need XType, but I can’t make it work. Here is MVE:
All works fine. I think the issue is that you do not set the focus on the website. You can use XCLICK or simply “BringBrowserToForeground” for this. See this video:
I was able to make it with workaround (slight modified as I work in dual monitor mode, and image recognition has troubles with accuracy, so I hard set location to click), however it would be nice to have it in more elegant way.