sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #52707
[Question #685249]: waitVanish
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.