New question #272206 on Sikuli:
https://answers.launchpad.net/sikuli/+question/272206

in debug mode, we can see that find generate such log :

[debug] Region: find: P(RepositoryPath.png) S: 0.7 has appeared 
at M[434,329 409x188]@S(S(0)[0,0 1280x960]) S:0.81 C:638,423 [687 msec]

using :
Searched = m_Region.find(aPSMRL)
TheLocation = Searched.getTarget()
print ('Found with score ' , Searched.getScore(),' at 
',TheLocation.getX(),',',TheLocation.getY())

We can get the score, and the central point ( 638,423 ), But How to get the 
Match details [434,329 409x188]  ?

ps: The context: I would like the execution on 1 OS to generate a trace I can 
reuse to auto-generate new image at the "supposed  position" in case of find 
failure when re-executing later

-- 
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