Unable to send Text Via Send HotKey Correctly in a Remote Session

Hi All,

I am Trying to rename a folder in Remote Session . I am able to click on edit but when i Try to type new name by Type Into activity or SendHot Key activity it does not write the entire word correctly. What other Alternative should I use to rename my folder.

Thanks in Advance

hi
did we try with SET TO CLIPBOARD activity like instead of type into activity pass the same input string to this set to clipboard activity and use a send hot key with key as ctrl+v so that it will paste the value from clipboard
its more like copy and paste

or with TYPE INTO activity set thhe property DELAYBETWEEN KEYS property with value as 2000 milliseconds so that each character will be entered for sure

Cheers @sankalp139

Thanks for the help. The Second Solution is working properly

1 Like

Awesome
cheers @sankalp139