Re: [Sikuli-driver] [Question #698957]: Some programs can only be found in the taskbar, how to take a screenshot?

2021-10-05 Thread Cornell Branson
Question #698957 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/698957 Status: Open => Answered Cornell Branson proposed the following answer: Did you get any good solution, I think I am facing similar kind of problem. https://www.mymilestonecard.org/ -- You received th

Re: [Sikuli-driver] [Question #698957]: Some programs can only be found in the taskbar, how to take a screenshot?

2021-10-05 Thread RaiMan
Question #698957 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/698957 RaiMan proposed the following answer: Shots can only be taken from areas that are visible on the screen and contain the pixels, seen on the screen. Hence you always need a visible application window, to int

[Sikuli-driver] [Question #698964]: Change Similarity of image at runtime

2021-10-05 Thread Chetan
New question #698964 on SikuliX: https://answers.launchpad.net/sikuli/+question/698964 we pass set of images in findBest. some images may have some similarity set we would like to change the similarity of all images to specific value say 50 at runtime is there a easy way to achieve this? -- You

Re: [Sikuli-driver] [Question #698964]: Change Similarity of image at runtime

2021-10-05 Thread RaiMan
Question #698964 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/698964 Status: Open => Answered RaiMan proposed the following answer: You have to cycle through the given images/patterns and create new patterns with the needed similarity. Use findBestList() to hand over a

Re: [Sikuli-driver] [Question #698919]: Find the Best Possible match

2021-10-05 Thread RaiMan
Question #698919 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/698919 Status: Open => Answered RaiMan proposed the following answer: match = findBest(...) # the match region shot = None if match: shot = capture(match) -- You received this question notification becau

Re: [Sikuli-driver] [Question #698959]: opencv_java430.dll not in any libs folder

2021-10-05 Thread RaiMan
Question #698959 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/698959 Status: Open => Answered RaiMan proposed the following answer: tested on Windows 10 latest: Running a Maven project (getting the SikuliX jar from MavenCentral) I do not have any problems using Screen

Re: [Sikuli-driver] [Question #698964]: Change Similarity of image at runtime

2021-10-05 Thread Chetan
Question #698964 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/698964 Status: Answered => Solved Chetan confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is an answe

Re: [Sikuli-driver] [Question #698919]: Find the Best Possible match

2021-10-05 Thread Chetan
Question #698919 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/698919 Status: Answered => Solved Chetan confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is an answe

Re: [Sikuli-driver] [Question #698958]: The computer screen is automatically enlarged when taking a screenshot

2021-10-05 Thread Chetan
Question #698958 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/698958 Chetan posted a new comment: can you try on latest build 2.0.5 and also what is the java version. we use java 14 and do not see such issue -- You received this question notification because your team Sikul