[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

Re: [Sikuli-driver] [Question #692019]: [request] Randomized mouse route from A to B?

2020-07-27 Thread Stephan Timmers
Question #692019 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/692019 Stephan Timmers posted a new comment: Is there a way i can share my script with you? Its done and functioning very well except for the randomization of wait times, random clicking withing a region and mouse

Re: [Sikuli-driver] [Question #692019]: [request] Randomized mouse route from A to B?

2020-07-27 Thread Stephan Timmers
Question #692019 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/692019 Stephan Timmers gave more information on the question: I think i found a proper way to share the code: https://codeshare.io/G8DwWD -- You received this question notification because your team Sikuli Drivers

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 #692097]: Not able to find when new page launches

2020-07-27 Thread Soni
New question #692097 on Sikuli: https://answers.launchpad.net/sikuli/+question/692097 When i ran GUI application, when the page is rendered sometimes it is still trying to find the last page and clicking on the place where it clicks the last time. Please provide an solution for this? -- You r

Re: [Sikuli-driver] [Question #692097]: Not able to find image when new page launches in desktop App

2020-07-27 Thread Soni
Question #692097 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/692097 Summary changed to: Not able to find image when new page launches in desktop App Description changed to: I try to automate Desktop GUI application which has different pages. When a new page is launched the c

Re: [Sikuli-driver] [Question #692097]: Not able to find image when new page launches in desktop App

2020-07-27 Thread masuo
Question #692097 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/692097 Status: Open => Answered masuo proposed the following answer: As a standard behavior Sikuli internally processes about 3 search operations per second. A detailed explanation can be found here. https://s