I have noticed lately that Type into activity has stopped working properly…It is inserting only part of the string in input field. I have tried to set different parametres, put delay between characters, but nothing solved the issue. It looks random, sometimes it insert whole string, sometimes only last three characters. It is happening with different applications in different fields.
I know there are various workarounds, however I used type into activity in few robots, and I dont want to replace all type into activities.
I was wondering if this happended to anyone else or its just me? is anyone familiar with the cause of this issue?
This issue is happening because type into is typing even before load of that control. Try adding some delay before and set WaitForReady property to complete. This should solve your problem.