Hello Everyone,
I would like to monitor and count the number of tab keys pressed in a citrix window screen for a particular element.For ex: let’s say there is an image as shown as below. I would send 10 tab keys to that window. If tab number 8 results in “Find What” field, I can say that Stop button is disabled. If tab number 9 results in “Find What” field, I can say that stop button is enabled( As the “Stop” button is active, it consumes one tab press). If you are wondering why can’t I use a image exists activity as I am working in citrix window, the issue is complicated. As the difference between enabled and disabled button is very minute, it doesn’t work as expected.( Refer the post - Citrix Automation - Recognize whether button is enabled/disabled)
Main.xaml (7.7 KB)
I am just starting with hotkey trigger and monitor events, I tried with normal tab detection in a word doc but it doesn’t seem to work. Can anyone please help me? The below xaml file does press a tab in word doc, but I don’t see any message being triggered even though I have got a message. I have attached the xaml file and can you also let me know whether it is possible to monitor the hotkey press activity by robot in citrix environment. I have attached a screenshot of citrix window below
Kindly help