I don’t see an option to use the special key ‘space’ within the send hotkey activity. Would it be possible to get this added? I have tried manually typing space and selecting the check box for special key but this throws an error message. Reason for use is Shift + Space in excel highlights the row(s)
Andrzej.Kniola May 17, 2016 18:13
It works fine without SpecialCharacters checkbox (normal space is treated like a normal printable character), also with ctrl+space.
Just make sure you’re not editing the cell, as SendHotkey might send the key inside the cell instead of as a hotkey to the application.
hi Team, i have been trying to use this send key option for Ctrl+P to enable print option on google chrome. Unfortunately UiPath is not recognizing. I tried many ways and finally posting my request for help.
As far as I know there’re 3 possibilities;
-Chrome extension is not installed
-Selector isn’t set properly
-“SpecialKey” option is checked (This might happen when you first chose any special key from the dropdown and then changed it into a normal key. The checkbox won’t be unchecked automatically.)
I’m really new to UiPath but I was able to send Ctrl +p to Chrome and it shows me the print page.
*by the way, selector is as follows
Anyway it’ll help certified members to investigate your issue if you put more information, such as Properties for “Send hotkey” activity and error messages you encounter.
hi Taniya, Thanks for quick reply. Yes i have enabled my chrome extension, modified proper Selector which is detecting browser and highlighting. verified SpecialKey option which is un checked. Still not able to use send keys for Ctrl+P.
I think i am missing something… i am always getting “Desktop had been disconnected while performing UI action” message.
hi Badita, Thank you for your inputs… you are correct… “Desktop had been disconnected” … message is different.
I made some more research and finally i found the solution. When we enter Ctrl+P we suppose to pass as Ctrl + “P”. The letter “P” must enter in quotes.