There is a bug in the get Text activity when it comes to passwords ending on ^. This last sign is not captured

I think there is a bug in the get Text activity when it comes to passwords ending on ^. This last sign is not captured. Same behavior in Studio and StudioX.
See below screenshot:

1 Like

Hi @lars-oliver.kamp,

Thank you for this relevant point, I didn’t notice it.

Actually that’s normal, because when you type “^” in any input field with the keyboard manually, it does not type it. You have to type the character “^” twice or followed by a letter to make it appear.

The Type into activity used with the default property “Input mode” uses your keyboard driver to write the text (like a human typing manually each letter for simplicity).

You can try to modify the property “Input mode” in Type Into activity and change it to “Simulate”, then you will get the “^” at the end. Furthermore, the operation will be done in background.

Hope it could helped.

2 Likes

Hmm, not sure what’s going on, can you reproduce it or was it a one time occurrence?

It works with both Hardware Events and Simulate for me