Forum Discussion

seanMRoss's avatar
seanMRoss
Contributor
12 years ago

Incomplete keyboard input even though the script works

Hi Folks I have the following code:   var Number=  "0001157"   TextboxSearch.Click(76,9);   TextboxSearch.Keys("0001157[ENTER]"); When I run this code it work but testcomple...