Hello experts!
I am using send keys activity to save excel file from SAP.
I need to do RDP to access SAP and download excel file.
When I open RDP screen and use send keys activity to save excel file it works perfectly But real problem arises when I close the RDP screen, send key activity is not working .
Are you downloading files from RDP to your machine?
of course, send key won’t work if RDP screen is closed.
What actions are causing to close the RDP screen?
Hi @Prabin_Chand
Send hotkey does not work on the background; it needs the window and should be visible. In order to change the process to the foreground, use click activity to save a file.
Hi @Aakash_Singh_Rawat ,
The screen used to be closed by default.
Current I am developing my automation in developer server using RDP.
And I need to publish it to production sever in future which is a virtual Server . which is screen closed by default as we cannot see virtual server until and unless we do RDP.
When i do RDP and see Screen is open send keys works fine, but when i close the RDP server it is not working!
Hi @Prabin_Chand, Try to indicate some desktop shortcuts logo, if it is indicate means no problem or else you need to install it to automate the RDP server
You are using the SAP in RDP sever, You want to download the excel file in RDP server using send hotkey, so why are you closing RDP, If you closing the rdp means send hotkey will not work at background