[Sikuli-driver] [Bug 1922785] Re: Sikuli hangs when using WaitBestList but works with FindBestList- need workaround

2021-04-06 Thread Chetan
also attaching the images if needed ** Attachment added: "RichMediaToolsLocal.png" https://bugs.launchpad.net/sikuli/+bug/1922785/+attachment/5484869/+files/RichMediaToolsLocal.png -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli

[Sikuli-driver] [Bug 1922785] Re: Sikuli hangs when using WaitBestList but works with FindBestList- need workaround

2021-04-06 Thread Chetan
** Attachment added: "RichMediaToolsFeat.png" https://bugs.launchpad.net/sikuli/+bug/1922785/+attachment/5484870/+files/RichMediaToolsFeat.png ** Description changed: when we use WaitBestList and set a particular region to search then sikuli hangs. however if we use findBestList then same

[Sikuli-driver] [Bug 1922785] [NEW] Sikuli hangs when using WaitBestList but works with FindBestList- need workaround

2021-04-06 Thread Chetan
Public bug reported: when we use WaitBestList and set a particular region to search then sikuli hangs. however if we use findBestList then same code work. we have to finally kill it from taskbar. also we can see it is consume lot of memory and cpu example reg = Region(20,600,1240,20) #re

[Sikuli-driver] [Bug 1922793] [NEW] Null pointer exception on using WaitBest

2021-04-06 Thread Chetan
Public bug reported: we are passigng an array of image names and it is returning null exception when using latest methdod waitBest. however we earlier used findbest like SearchRegion.findBest(name) and it used to work fine search regrions is defined as SearchRegion= Region(width//2,0,width//2,

Re: [Sikuli-driver] [Question #696411]: waitBest returning Null pointer exception

2021-04-06 Thread Manfred Hampl
Question #696411 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/696411 Status: Open => Answered Manfred Hampl proposed the following answer: If you have got the names of the images in an array, then you should use waitBestList instead of waitBest https://sikulix-2014.read

Re: [Sikuli-driver] [Question #696411]: waitBest returning Null pointer exception

2021-04-06 Thread Chetan
Question #696411 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/696411 Description changed to: we are passigng an array of image names and it is returning null exception when using latest methdod waitBest. however we earlier used findbest like SearchRegion.findBest(name) and i

Re: [Sikuli-driver] [Question #696411]: waitBest returning Null pointer exception

2021-04-06 Thread Chetan
Question #696411 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/696411 Description changed to: we are passigng an array of image names and it is returning null exception when using latest methdod waitBest. however we earlier used findbest like SearchRegion.findBest(name) and i

Re: [Sikuli-driver] [Question #696411]: waitBest returning Null pointer exception

2021-04-06 Thread Chetan
Question #696411 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/696411 Description changed to: we are passigng an array of image names and it is returning null exception Image Names: ['ExtensionPinDropDownFeat', 'ExtensionPinDropDownLocal'] waitTime: 5 code ctrl=SearchRegion.wa

[Sikuli-driver] [Question #696411]: waitBest returning Null pointer exception

2021-04-06 Thread Chetan
New question #696411 on SikuliX: https://answers.launchpad.net/sikuli/+question/696411 we are passigng an array of image names and it is returning null exception Image Names: ['ExtensionPinDropDownFeat', 'ExtensionPinDropDownLocal'] waitTime: 5 code ctrl=SearchRegion.waitBest(waitTime,name) 2021-

[Sikuli-driver] [Bug 1881240] Re: [2.0.4] findText() or find("some text") not working --- workaround

2021-04-06 Thread Chetan
gentle reminder Raiman. can you please update / confirm if this is fixed in 2.0.5 -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to SikuliX. https://bugs.launchpad.net/bugs/1881240 Title: [2.0.4] findText() or find("some text") not working