Simulate type into is not working but when it is false it works

Hi there,

Is there any reason why simulate type into dont work. It type into the field correctly but the new environment line doesn’t work. However when i click false for simulate than it works. Is there a better way to do this as i feel simulate is faster.

Hi @mark_rajkumar1,

Try Set Text activity.

@Harshith_Adyanthaya it didn’t work

@Harshith_Adyanthaya it worked for me in notepad but however when i put it to the webssite it doesnt work. If i put simulate false it works but slow.

Some elements may not support Simulate Type, you can try by enabling “WindowMessage” instead of Simulate Type in this case.

https://docs.uipath.com/studio/standalone/2022.10/user-guide/ui-automation#section-input-methods

@Anas-p-v it did work but its slow. Any other alternatives to make it fast.

All the elements may not be supporting Simulate, you may give a try with hotkeys maybe to see if its faster (like using a tab to change text field and then typing directly), but may not be that robust. I would suggest to go with SendWindowMessage for now.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.