Re: [Sikuli-driver] [Question #693636]: Default wait time trouble

2020-10-25 Thread tom latham
Question #693636 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/693636 tom latham posted a new comment: I have been facing that problems on my store at https://canoesurfer.net /kayak-life-vest/ then the orders have not been given correctly. -- You received this question noti

Re: [Sikuli-driver] [Question #693636]: Default wait time trouble

2020-10-25 Thread peter hasselby
Question #693636 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/693636 Status: Answered => Solved peter hasselby confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is a

Re: [Sikuli-driver] [Question #693636]: Default wait time trouble

2020-10-25 Thread RaiMan
Question #693636 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/693636 Status: Open => Answered RaiMan proposed the following answer: click(wait(a, 60)) -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. _

[Sikuli-driver] [Question #693636]: Default wait time trouble

2020-10-25 Thread peter hasselby
New question #693636 on Sikuli: https://answers.launchpad.net/sikuli/+question/693636 b = Region(1423,484,195,246) a = "a.png" while True: Settings.MoveMouseDelay =0.4 click(Location(1394,264)) b.click(a)#if "a" not appears witin the sikuli defalt waittime it comes with an erro