← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #273995]: Is there a change in the function behavior such as wait, exists, find --- not reproduceable

 

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

    Status: Answered => Open

can is still having a problem:
Thank you for your detailed explanation.

the logic of the code design is 
first, confirm the new.png (By this code to achieve: "if reg.exists(new):" )
if there is, then capture the new entry in the drop down  (By this code to achieve: "capture(reg.getLastMatch())" )

when capture the new entry in the drop down, need a Region
so I use the find function to get the Region  (By this code to achieve: "reg.getLastMatch()" )

before the execution of this statement "capture(reg.getLastMatch())", add a statement "click(m)"
let the disappearance of the drop-down box appears again

..now i know the reason for the dropdown vanish
May I ask if there are other ways to achieve this operation process?

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