You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!!
The text was updated successfully, but these errors were encountered:
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!!
The text was updated successfully, but these errors were encountered: