igul
1
How could I ensure that send hotkeys activity is always stable while working in a virtual machine (which has UiPath installed in it)?
I tried following activities but am able to get 90% success rate only:
- Get active window activity
- Indicate element inside window
- send windows message property
Please note it is not a Citrix environment.
badita
(Mihai Badita)
2
Please try different workarounds
- Indicate element and use Type with window messages or default (nothing checked)
- use Send Hotkey activity but target the entire app window and not a specific Ui Element.
igul
3
Thanks. I will give it a try.
Please inform if there is any best practice/ guidance for using send hotkeys activity?
badita
(Mihai Badita)
4
It depends on the target application. Have you checked the UI Automation chapter (regarding type) in tutorials? UiPath Training Materials - #13 by Maitreya
igul
5
Yup. I am aware of it.
Thanks anyways. I will go for hit and trial method then.
1 Like