Send Hotkeys are not working for selecting all items (Ctrl A) FileZilla FTP

Hi all,

I want to select all items in this box. I tried to use the send hot keys activities but it is not working “Ctrl + A”
I have clicked the windows that i want to select before sending the hot key.

select all

Actually i want to upload the multiple files from the local to Filezilla.

If I can select all the files and right click to upload, it should be fine.

Thanks
Processing: Main.xaml…

Hi @shellyd

  • Try to indicate the whole screen in FileZilla.
  • Check the click before typing properties in Send Hotkey Activity (ctrl+a)

For me, it’s working fine
Regards
Gokul

1 Like

Hi

Once after opening the screen use the below activities

  1. Use a GET ACTIVE WINDOW ACTIVITY
  2. Inside that use a SEND HOT KEY activity without any selector and use key down
  3. Then use another SEND HOTKEY ACTIVITY without selector and use key as ctrl+a
  4. Then we can do the right click with a CLICK activity without any selector where choose the click option as right click in click act Property panel

Cheers

@shellyd


it is not working

Hello,

don’t use Capital A use small a as a Key
still not working try below.
Is it working fine Manually with Ctrl+A, If yes try with recording and then see what selector interrogated for this activity.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.