Forum Discussion
> I think this is the reason why keys are not sent ot the control!
While it is strange that nothing is shown in the object preview and you may ask Support difectly about this via the https://support.smartbear.com/message/?prod=TestComplete form, I do not think that this is the reason for the input problem.
Have you tried to .Click() this textbox? Does this resolved the problem with the input text? Can you see Click and/or SetFocus methods on the Methods pane of the Object Browser?
You can try recording a keyword test that does what you want and see what TC creates from that. You can then convert that to a script to get even closer to what you need.
- smartbearrj7 years agoContributor
I can see the SetText operation in the keyword test but when I run the recorded keyword test , text is not entered again in the text boxes. Also recorded the script and I see the SetText method there as well, but again running the recorded test does not enter the text i pass.