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
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
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