Question #275137 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/275137

    Status: Needs information => Answered

masuo proposed the following answer:
First of all you should find where Sikuli  find specified image at . 
In this case highlight() is useful.
I am not using Java, so if a syntax error occurs , I want you to suitably 
modified .

[code for investigation:]
  Match m = screen.exists(clip);
  if(m != null)
    Region r = Region(m.getX(),m.getY(),m.getW(),m.getH())
    r.highlight(3);

[As one of the solution:]
Since similar string a lot on screen , it might be solved by increasing the 
degree of similarity .

  screen.exists(Pattern(clip).similar(0.90))

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to