In production I am facing an issue in typing the string for example “UiPath Studio”,
using type into instead of typing “UiPath Studio” it is typing “Path Stu”
only .
And instead of typing from left to right ,it is typing from right to left(this project is dubai based project).
You might give a check on the settings of studio and website
1 - The application you’re typing into might have inherent right-to-left text input behavior,especially if it’s designed for languages written right-to-left
2 - If your UiPath Robot or the machine running the automation has regional settings configured for aright-to-left language, it could affect the typing behavior.
One suggestion from me would be try using input method - Simulate.
The default input method will be Hardware Events which works as per the keyboard layout of the machine which could result in this behavior.
OK, I found that I haven’t checked the Simulate. I did check the same and shared the package.
It is happening only for entering the User Name and writing the description.
Remaining fields are typing correctly even though I haven’t use the Simulate click perfectly.