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

    Status: Answered => Open

ron smith is still having a problem:
Something wrong and I think it is mostly my brain.

for icon in findall("iconimage.png"):
    click(icon)
----------------------------------------------
"for" begins a loop
"icon" is whatever undeclared variable I wish use as a descriptor
"in" I am at a loss to explain it but it is there in the code
"findall" self explanatory.. all on the page (none not seen but lower in the 
scroll
"iconimage.png" easy.. my capture
"click(icon)" means click on the undeclared variable mentioned above?

does not work :/

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

Reply via email to