← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #665547]: Facing issue while taking screenshots for failed cases using Sikulix1.1.1

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
you have to use assert, to signal failed cases

try:
   click(someImage)
   assert true
except:
   assert false

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