I have a problem in automating in citrix, for example I have to enter a data and click on “accept” (I make it an image) but then I have to put “accept” in another small window where I have to click to follow the process, the two “accept” buttons are almost the same, as I automate that in citrix please
In that case use SEND HOT KEYS activity with key as tab that will navigate across the fields in order
Use n number of send hot key activity with key as tab until it reaches the field we want and once after reaching use a final Send hot key activity with key as enter
This will work for sure
Cheers @Joth12
could you give me an example please, on my citrix screen I get two button"acept" type that I have to click on accept twice (one after the other)
please help
Fine
—Let’s take SEND HOTKEY Activity and pass the key as tab
— Use n number of send hot key activity with key as tab until it reaches the field we want
It’s more like how we navigate across fields only with keyboard without using mouse
—ans once after reaching the first accept field use a send hot key with key as enter
And after clicking in that
Use again send hot key with key as tab and another one with enter to click on it
Cheers @Joth12
friend, as I would put in uipath for example in citrix, I know how to click on a button (with an existing image) but then I want an “enter” (on the keyboard) after 5 sec. how would I do that please
Yah with SEND HOT KEY activity itself we got a property called DelayBefore
Set it will 5000 milliseconds and key as enter
So that after 5 seconds the enter key will be pressed
Cheers @Joth12
Cheers @Joth12
thank you my brother, I will try