← Back to team overview

sikuli-driver team mailing list archive

[Question #680596]: FindFailed.setHandler not firing

 

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

hello all,
I have a script with these lines:
    setROI(vncReg.getX(),vncReg.getY(),vncReg.getW(),vncReg.getH())
    FindFailed.setHandler(HndlFindFailed)
    use()  # reset the global SCREEN object to take over the handler setting
what happens is that the handler is not visited even if in the vncReg there is a findfailed for some reason.

Any idea why?
I've checked https://answers.launchpad.net/sikuli/+question/670456 but found no clue....
thanks in advance for help
this is my setup:
1.1.4-SNAPSHOT-#287-2019-04-18_07:09/Windows10.0/Java8(64)1.8.0_201-b09

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