Type into activity disabling the textbox after typing value once while automating desktop application

Hi All,

I’m automating Java based desktop application where in I’m using type into activity to type required value into text box present on desktop app, I’m using for each row in datatable to type in value one by one in text field but when I I run the bot bot is entering value in first iteration properly and after that it is disabling the text box so in second iteration when bot tries to enter value it not entering anything since the textbox got disabled with blue highlight and type into also not giving any error, I’m using modern activities for type into

can anyone pls help me on the issue

Thanks in Advance!!!

Hi @Parmar_Snehal_Cognizant ,
Could you please share a screen short about it
regards,

Hi @Parmar_Snehal_Cognizant ,

This might be typical behavior of the underlying desktop application, can you attempt filling in multiple values manually once & check the behavior, if possible share some screenshots for better understanding.

manually it is working as expected, I have attached the screenshot, once bot enters the value first time after that textbox gets disable for manual updates also, but without running bot manually it is working fine

Have you tried paste by send hot key citrl+v

yes nothing is working once textbox gets disabled, any idea of any of the property of type into in modern activity can causing issue?

Can you share your property of type into activity


Try with set text activity or copy and paste options.

tried that is also not working

What is the error you are getting can you share screen shot

@Parmar_Snehal_Cognizant

Can you please tell manually what you are doing …and when performing with bot what steps you are doing?

Cheers

actually I’m not getting any error it seems after first time type into its disabling the textbox not allowing the value later

ok so on my desktop application there’s is one textbox where I’m entering the value and clicking on the search button this are the same steps bot is doing but with bot it will enter the value first time properly & hit on search and then while entering second time its disabling the textbox, this issue not happening manually