Type Into activity not typing the whole activity


Hello ,
I am trying to save a file in my local system , but when I type the full file path using the type into activity it types only half of the path.
Please help on this!

Hi @Karan28,
Try to use delay before typing in the path. Probably your typing is starting before window is fully present.

Check if any of the activity options are checked, and see which one gives you the desired result.

I used the 3 seconds delay even then it is not working

Which activity should I check?

The type into activity.

Yes I got that I am asking about its properties Like click before typing?

Try that, and also the SimulateType, SendWindowMessages options.

I have tried these both options too , they are not working

Hi @Karan28

Set the click before typing as checked and uncheck other properties

Thanks
Ashwin.S