New question #162030 on Sikuli: https://answers.launchpad.net/sikuli/+question/162030
is there any "On Error"-handler or some function which acts like this? for example i use the following script: if exists(img): >>>hover(img) >>>click(img) else: something else my problem is, that the image is there, but disapears from time to time so the script fails in these cases. how can i make the script continue on those errors? -- 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

