New question #685249 on Sikuli:
https://answers.launchpad.net/sikuli/+question/685249
dbuttons = list(findAll("downloadcharts.png"))
print "I Found ", len(dbuttons), " matches"
dbuttsorted = sorted(dbuttons, key=lambda m: m.y)
hover(dbuttsorted[0]) <<< if this works, and it does then
waitVanish(dbuttsorted[0], 700) Why would this NOT work ?
--
You received this question notification because your team Sikuli Drivers
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