When using js to inject text into a web page text box is there a way to inject one character at a time to build a whole word ?
I used when TextBox1.textchanged to try to inject the word letter by letter but inject seems to clear the text box and inject the whole word again with each text change not just add the additional letter to the text already in the textbox.
I use
Im now wondering that there may be no way around this as the inject procedure is limited to only clearing and repopulating the whole text box each time its used.
Any thoughts ?
Finally found time to try this and yes it works perfectly...
Took me a little while to get my head around it and which bits to change to make it apply to the right data and web page but all good.
I had to use a clock to give focus to the text page textbox as it does a partial search as you type but all seems good now.