Question #144310 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/144310
RaiMan posted a new comment:
last try (just downloaded rc1, tried and this works):
b = App("Firefox")
b.focus()
while not b.window():
wait(1)
Region(b.window()).highlight(2)
-- Netbeans: very tricky with rc1 on Mac. If you do not succeed, I know
how it works.
-- building from source on Mac (especially 64 Bit): a few tweaks
necessary
Both things I will finally document for rc2 next week. If you need help
before: mail to: https://launchpad.net/~raimund-hocke.
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