Question #685869 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/685869

Marc Summers gave more information on the question:
   Another way to ask this would be, if I have this code

    tbuttons = list(findAll("serialnumber.png"))
    print "I Found ", len(tbuttons), " matches"
    tbuttsorted = sorted(tbuttons, key=lambda m:m.y)

    hover(tbuttsorted[3])
    mouseMove(-129, 40)   <<< then how do I tell what picture is at this 
position ?

-- 
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

Reply via email to