← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #179589]: Entering special characters in Sikuli

 

Question #179589 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/179589

RaiMan proposed the following answer:
This should work on any Windows:

App.open("notepad.exe") # opens a new notepad window
wait(3) # wait for notepad to be ready
paste("you-name-it@xxxxxxxxxxxxxxxxxxxxxx")
wait(3) # that you can see, what happens

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.