Comment 5 for bug 1675740

Revision history for this message
RaiMan (raimund-hocke) wrote :

@Todd Davies
a syntactical correct and reproducible example would be:

# supposing the text window is the frontmost behind SikuliX so it has focus after script start
for _ in range(20):
   for i in range(10):
       paste(str(i)) # paste needs a string
   wait(1)
   type(Key.ENTER) #key.Enter is wrong

... and works on Windows 10 (64Bit latest)

Please post your own question so you get notified of answers.