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 DiscussionsAvalonia - XPF desktop app automationTestComplete 15.80: Mobile Recording on real Samsung device does not capture actionsCannot select certain web elements anymore
Related ContentJSON Response incompleteTest Execute Summary Report IncompleteIncomplete keyboard input