seanMRossContributor13 years agoIncomplete keyboard input even though the script worksHi FolksI have the following code: var Number= "0001157" TextboxSearch.Click(76,9); TextboxSearch.Keys("0001157[ENTER]");When I run this code it work but testcomplete reports a warning:Incomplete keyboard input.Does anyone know why it throws the warning even though the script works?ThanksSean
1 ReplyReplies sorted by Most LikedTanyaYatskovskaAlumni13 years ago Hi Sean, Sorry for the late reply. All constants you use in the Keys methods are case-sensitive. So, the correct constant for the Enter key will be Enter. Otherwise, TestComplete doesn't recognize it.
TanyaYatskovskaAlumni13 years ago Hi Sean, Sorry for the late reply. All constants you use in the Keys methods are case-sensitive. So, the correct constant for the Enter key will be Enter. Otherwise, TestComplete doesn't recognize it.
Recent DiscussionsADO Pipeline Execution Fail issue after TC\TE upgradeRuntimeError: The object does not existFields data to compare?
Related ContentJSON Response incompleteTest Execute Summary Report IncompleteIncomplete keyboard input