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("[email protected]")
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.
_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp