Hi, anyone of encounter time out issue when sending hotkey in excel. I encounter when executing Control + a key in Excel. This error occurs intermittently.
PS: I was once provided a solution of removing the informative screenshot from the send hotkey activity but this is not working either.
I am using Studio version of 2018.4.3. Excel Activity Version of 2.5.1.
Hi
Welcome back to uipath community
—use START PROCESS activity where pass the filepath of excel as input to Filename property so that it will bring the excel to foreground
—use GET ACTIVE WINDOW ACTIVITY which will bring to the bot with active forecourt window so that any activity then performed will be done in that window only
—so now use SEND HOT KEY activity with no element chosen for selector and just use a hot key ctrl+a
Here is the screenshot of the selector. (P.S. the excel is closed currently so there is validation error. When I try without indicate any element in send hotkey (ctrl+a), it is not working i.e. not selecting the whole excel document. Note: I have used Send Hotkey activity within Excel application scope.
Hi There, When you want to select the entire range using Ctrl+A, try clicking on initial cell and then perform Ctrl+A using send hotkeys. Hope it works for you. Thanks.