Question #168331 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/168331
RaiMan proposed the following answer: this is what I meant with "optional processing in the else: branches instead of exiting the script: I do not want to discourage you, but if the straight foreword approach does not help any longer, it gets a bit more complicated: - you have to implement more branches if:else: that might even be nested, to walk through a tree of possibilities - you might have to come back to some point, that you previously had to skip (looping with while:) - there might be some template actions that could be packed into functions to be repeated at different places with different parameters ... even more If you want to do this step further, you need some at least procedural programming/scripting knowledge and have to get your self some Python knowledge. If you have a script to look at, come back (but next 10 days I am not available, see faq 1739) -- 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

