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
Hereby I would like to request a feature: findBest and waitBest like implemented in sikuli
This is a very nice feature. from multiple Patterns the best match is returned
Hello @glitchassassin ,
Hereby I would like to request a feature: findBest and waitBest like implemented in sikuli
This is a very nice feature. from multiple Patterns the best match is returned
fieldToFind = vraagAntwoordLine.findBest(Pattern("antwoord_InvulVeldLeft.png").similar(0.80), Pattern("fieldleft_zb.png").similar(0.80),Pattern("antwoord_InvulVeldRight.png").similar(0.80), Pattern("dropdownsymbol.png").similar(0.80),Pattern("dropdownarrow_zb.png").similar(0.80).targetOffset(-18,-1), Pattern("ant_fieldZandbak_left.png").similar(0.80).targetOffset(11,0), Pattern("ant_fieldZandbak_right.png").similar(0.80).targetOffset(-10,0), Pattern("ant_field.png").similar(0.80).targetOffset(-13,0))
fieldToFind.click()
In the current implementation only one pattern can be provided
kind regards,
Daniel
The text was updated successfully, but these errors were encountered: