sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #17915
[Question #228420]: color in the chart
New question #228420 on Sikuli:
https://answers.launchpad.net/sikuli/+question/228420
Initially my code is working as shown below:
click("black.PNG")
somehow, when the chart shows some colors (which is near to black color), sikuli will click at the wrong color...
i tried with another code:
click(Pattern("black.PNG").similar(0.99)
but it's not working with error:
FindFailed: can not find Pattern("black.PNG").similar(0.99) on the screen.
is there alternative way to recognize color? such as color code which is more precise..
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.