sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #49233
Re: [Question #676000]: masked part is not ignored
Question #676000 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/676000
Status: Open => Answered
masuo proposed the following answer:
reg=Pattern("1541610697055.png").mask()
r1 = find(reg).highlight(1,"green")
r1 is a match object, not "1541610697055.png".
If you want to search "1541610784910.png" in "1541610697055.png", use Finder().
https://sikulix-2014.readthedocs.io/en/latest/finder.html
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.