sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #50123
Re: [Question #677799]: Use dotted characters in Windows
Question #677799 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/677799
Status: Open => Answered
RaiMan proposed the following answer:
this does what it should:
App.focus("notepad")
wait(2)
paste(unicd("áéöüóőúű"))
in Notepad window there is then:
áéöüóőúű
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.