Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to set Fuzz-factor using setMinScore method!! #72

Open
shafiqMD opened this issue Jun 6, 2022 · 0 comments
Open

Unable to set Fuzz-factor using setMinScore method!! #72

shafiqMD opened this issue Jun 6, 2022 · 0 comments

Comments

@shafiqMD
Copy link

shafiqMD commented Jun 6, 2022

Hi.. I am unable to set Fuzz factor using setMinScore method from sikuli-api V1.2.0. If I use this method, the execution fails with reason "Class double is not supported as method parameter". Unable to understand what exactly is the reason behind this failure!

For most images finding a match on GUI is working fine with the default Fuzz factor. Recently I did see few cases where in the same is failing with default Fuzz factor of 0.7. And for this.. I am using setMinScore like below and we see this error!!
Target t = Using a sikuli client to return image target instance;
t.setMinScore(0.9);

ENV Details:
Selenium GRID(V3.141.59) with Firefox 91.0esr is being used for the tests!!

Let me know if any further details are needed. Will appreciate any quick response on this issue. Thanks!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant