Why "/" changed to "・" in type into activity?

I use type into activity and input below character to field. But “/” changed to “・” in the field. I want not to change “・” in field. How can you do?

Type into activity
“/foldername/secondfolder”

Result in field
“・foldername/secondfolder”

@tomo007

Please give 1 or 2 sec delay before type into activity and also in properties specify “20” for DelayBetweenKeys. It will work sure.

1 Like

If that doesn’t work try the SimulateType or SendWindowMessages properties to see if they work better.

1 Like

Fine may i know where you are trying to type this text @tomo007
I think the field where it is typed is changing the string to literals, thats why buddy
Cheers @tomo007

1 Like

@Palaniyappan @DanielMitchell
Thank you for your kind advice.

1 Like