Re: [Sikuli-driver] [Question #269065]: Unable to compare Expected SS to Actual Output

2015-07-09 Thread Justin Veerman
Question #269065 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269065 Justin Veerman posted a new comment: Also, I just want to make note of how difficult it was to find some example code. Comparing a screenshot to expected output, I would think, is a common problem for

[Sikuli-driver] [Question #269065]: Unable to compare Expected SS to Actual Output

2015-07-09 Thread Justin Veerman
New question #269065 on Sikuli: https://answers.launchpad.net/sikuli/+question/269065 I am simply trying to compare my Expected output screenshot to the Actual output screenshot after running a test. The following is what I am trying to use: if (screen.exists(image6.similar(95), timeout) != nul

Re: [Sikuli-driver] [Question #256236]: Differing images matched with very high similarity

2015-07-09 Thread Justin Veerman
Question #256236 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/256236 Justin Veerman posted a new comment: How do you display the actual similarity between your two images? -- You received this question notification because you are a member of Sikuli Drivers, which is an

Re: [Sikuli-driver] [Question #269065]: Unable to compare Expected SS to Actual Output

2015-07-10 Thread Justin Veerman
Question #269065 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269065 Justin Veerman posted a new comment: Hi Eugene, Thanks for the response, however I am still a bit confused. What is this code doing? Why is 95 wrong if you included it in your response? Is it right that

Re: [Sikuli-driver] [Question #256236]: Differing images matched with very high similarity

2015-07-13 Thread Justin Veerman
Question #256236 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/256236 Justin Veerman posted a new comment: Boris stated that 'The following two black images, for example, are matched with 0.982491' He also says: 'sometimes exceeding our default level of 0.

Re: [Sikuli-driver] [Question #256236]: Differing images matched with very high similarity

2015-07-13 Thread Justin Veerman
Question #256236 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/256236 Justin Veerman posted a new comment: Thanks for the reply, I understand now. I am having issues where I take a screenshot of the last screen of a test and try to run a new test to see if that screenshot is

Re: [Sikuli-driver] [Question #269065]: Unable to compare Expected SS to Actual Output

2015-07-13 Thread Justin Veerman
Question #269065 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269065 Justin Veerman posted a new comment: This did solve my issue, but I am curious why the 1 was needed. I don't really know what the 1 is referring to. -- You received this question notification becaus

Re: [Sikuli-driver] [Question #256236]: Differing images matched with very high similarity

2015-07-13 Thread Justin Veerman
Question #256236 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/256236 Justin Veerman posted a new comment: I think my issue may have been that I wasn't adding enough of a time delay in between the actions and the test. I have added a delay and I am getting 100% similarit

Re: [Sikuli-driver] [Question #269065]: Unable to compare Expected SS to Actual Output

2015-07-13 Thread Justin Veerman
Question #269065 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269065 Justin Veerman posted a new comment: I did look at the docs but I couldn't figure out(before) how to write the commands in Java. I don't know where to find the format for Match within the docs,

Re: [Sikuli-driver] [Question #269065]: Unable to compare Expected SS to Actual Output

2015-07-13 Thread Justin Veerman
Question #269065 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269065 Justin Veerman posted a new comment: I understand. I just meant that having a start to finish example(a simple use-case) showing how Java/Selenium/Sikuli integrate with each other would be helpful. I tried

Re: [Sikuli-driver] [Question #269065]: Unable to compare Expected SS to Actual Output

2015-07-14 Thread Justin Veerman
Question #269065 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/269065 Status: Answered => Solved Justin Veerman confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sik