Re: [Sikuli-driver] [Question #662073]: Sometimes error Findfailed will be caused during running my script

2017-12-22 Thread RaiMan
Question #662073 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/662073

Status: Open => Answered

RaiMan proposed the following answer:
The image with all its pixels must completely lie inside the search
region.

Errors like this might not be obvious for humans, since we do not take
into account, that the image might have an extended background: WE see
the key visuals, but SikuliX deals with the whole image with its given
width x height.

if only one pixel column or row is outside, the image cannot be found.

The best is to capture with as little surrounding background as
possible.

-- 
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 : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #662073]: Sometimes error Findfailed will be caused during running my script

2017-12-21 Thread Stranger
Question #662073 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/662073

Stranger posted a new comment:
Attach my script:

from const import const
reg = const.Reg1stIn6
Region(reg).offset(Location(30,-30)).click("x.png")

-- 
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 : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Question #662073]: Sometimes error Findfailed will be caused during running my script

2017-12-21 Thread Stranger
New question #662073 on Sikuli:
https://answers.launchpad.net/sikuli/+question/662073

Log as:
FindFailed: x.png: (20x16) seen at (455, 46) with 1.00 in R[31,9 481x392]@S(0) 
E:Y, T:3.0
  Line 2759, in file Region.java

>From log, the screenshot x.png is found with similary score as 1, and I 
>calculate that it is in the range. Why it sometimes report FindFailed? 
The function in my script is close the "x" at the up right of window,  the size 
and location of the window is fixed and set to const, repeat to open the window 
and click "x" to close the window, sometimes this problem will 
happen(Attention, the "x" is at the border of the window, I am not sure if it 
will cause FindFailed).


-- 
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 : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp