Re: [Sikuli-driver] [Question #660144]: click inconsistencies

2017-10-31 Thread arminius
Question #660144 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/660144 Status: Open => Answered arminius proposed the following answer: maybe try while True: if exists(image): click(image) else: wait(5) -- You received this

Re: [Sikuli-driver] [Question #660144]: click inconsistencies

2017-10-30 Thread RaiMan
Question #660144 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/660144 RaiMan posted a new comment: I do not accept such kinds of problems as bugs, since based on the Java Robot used underneath: If a click sometimes works and sometimes does not (supposing the click position is

[Sikuli-driver] [Question #660144]: click inconsistencies

2017-10-30 Thread Gary Paschke
New question #660144 on Sikuli: https://answers.launchpad.net/sikuli/+question/660144 We are trying to use SikuliX-1.1.1 to automate regression testing. The tool works fine for several simple menu clicks. However, it fails to 'Click' the menu sometimes. We always run the application on the same