Issue with type() functionnality

Asked by Lucas

Hi,

I got an issue with type() function
when i try a very basic script like exemple in the tuto:
clik(windows icon)
type("hello world")

The click it done and i see in in the log but it type nothing
i'have tried with some combinations like key.ENTER or key.NUM0 ... or just a string "aString"
but nothing appear in the screen and in the log.

Can you help me about that plz ?

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
Lucas
Solved:
Last query:
Last reply:
Revision history for this message
Lucas (smokijoke) said :
#1

It seems the issue came from the ruby interpreter.

i download all stuff other time and seems to work well..

Anyway Thanks !