sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #33356
Re: [Question #268640]: [1.1.0] Mac 10.10 Yosemite: enter special characters -- paste does not seem to work
Question #268640 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/268640
Status: Open => Answered
RaiMan proposed the following answer:
ok, that changes things a bit ;-)
… nevertheless: forgot to mention, that FF should be started before
running my snippet.
click("Firefox.png") # guess the icon on your desktop
wait(3) # give FF time to come up
# now still the focus is on the desktop, despite the fact that it might be visible
switchApp("Firefox") # to give focus to FF
type("l", Key.CMD)
paste("rmhdevelop@xxxxxx")
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.