Simulate type into is not working sometimes after updating the Studio to 23.10.10

We have a TypeInto activity to enter Username and Password on the login page. It works fine some days, but sometimes it gives the error as “System Exception: Writing text with “Simulate” is not supported for this element. Please use other input method.”
Tried with Simulate and without Simulate option, it works in Debug mode and in Unattended run, but failing sometimes. Not only with the login page, it fails at different windows as well.

@Subham_Das

Welcome to Community!!

you can try with below option,
input mode as Same as App/browser

Yeah, tried all possibilities, but still getting that error. Issue is that we don’t get that error every time the bot runs. If it fails, our bot retries the same step and they work fine.

Are you using any hotkeys in that type into activity?

@Subham_Das,

Using Simulate isn’t 100% supported by all the applications. It’s always try and test. If any application throwing this not supported error, it means clearly you should be changing the Input method to another method which will work for that ui element always.