cancel
Showing results for 
Search instead for 
Did you mean: 

Java automation sporadically inserting a '1' in the front of field when writing a value to a text bo

rhester
Level 3

I have written a java automation that runs find 95% of the time.  Periodically, for no reason, when I try into write the data to a text box it will type a '1' in front of the data (making the input invalid).  Has anyone experienced this and what did you do to get it to stop?

1 REPLY 1

Hi @rhester ,
Assuming you are referring about  issue with BOT entering the value in the text box in one of the  web application 

If that is the case you can try below options:
1) Assuming initially it was write stage you noticed this behaviour - I replaced write stage with Global send key or Send Key events with Interval( Check what best works for you)
2)  Click the text Box by using press or Click center or Global mouse click before you enter the value in the field
3)Navigate the field by using the tab and try  with write, Global send keys, Global send key events


-----------------------
If I answered your query. Please mark it as the Best Answer

Harish Mogulluri