Re: [Sikuli-driver] [Question #693286]: Multiple .py files

2020-10-05 Thread RaiMan
Question #693286 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/693286 Status: Open => Answered RaiMan proposed the following answer: see: https://sikulix-2014.readthedocs.io/en/latest/scripting.html#importing-other-sikuli-scripts-reuse-code-and-images -- You received thi

[Sikuli-driver] [Question #693286]: Multiple .py files

2020-10-05 Thread W
New question #693286 on Sikuli: https://answers.launchpad.net/sikuli/+question/693286 I want to use multiple .py files in my Sikulix project, as using only one file does not only have bad readability it also is a bad practice. How can I configure imports in my files to achieve that. Example: p

Re: [Sikuli-driver] [Question #693283]: Compare images and display differences and save the difference image

2020-10-05 Thread RaiMan
Question #693283 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/693283 Status: Open => Answered RaiMan proposed the following answer: the feature Finder().findChanges() returns a list of rectangles in the image being different. There is no feature, to apply this info and p

[Sikuli-driver] [Question #693283]: Compare images and display differences and save the difference image

2020-10-05 Thread Raghuveer
New question #693283 on Sikuli: https://answers.launchpad.net/sikuli/+question/693283 Hi, I have integrated sikulix with selenium , As part of this, i want to compare two images and save the difference image with some display of differences in saved image. can anyone please let me know ,How can