Re: [Sikuli-driver] [Question #692088]: click a button to distinguish by around image

2020-07-28 Thread RaiMan
Question #692088 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/692088 RaiMan proposed the following answer: You might use the findAll() variants, then evaluate the position (either absolute or relative to other known objects) and decide. -- You received this question notifica

Re: [Sikuli-driver] [Question #692088]: click a button to distinguish by around image

2020-07-27 Thread masuo
Question #692088 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/692088 Status: Open => Answered masuo proposed the following answer: Masking of images is one of solutions. https://sikulix-2014.readthedocs.io/en/latest/tutorials/masking/masking.html#tutorialmasking -- Y

[Sikuli-driver] [Question #692088]: click a button to distinguish by around image

2020-07-27 Thread Matsuda Tomohiro
New question #692088 on Sikuli: https://answers.launchpad.net/sikuli/+question/692088 I try to automate a process in browser game. I want click a button but image of button have same image compared to others button. image of around of button is different from around others button. so I think