Question #662269 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/662269
RaiMan requested more information: If I understand right, then you currently have a simple script like this wait(popup1) click(popup1) wait(popup2) click(popup2) wait(popup3) click(popup3) ... but the next time you might need this: wait(popup3) click(popup3) wait(popup1) click(popup1) wait(popup2) click(popup2) ... if you want to make this "self-adjusting", then you need some loop and decision logic. So what is your programming/scripting skill in Python? Why did you talk about Java? any knowledge? -- 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

