← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #671096]: unit testing: how to handle exceptions and continue in case of failures

 

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

Sonali posted a new comment:
try:
    click('Start')
    wait(1)
    click('Exceutive')
    wait(10)
    click('Control')
	etc...
except exception e:
	print 'No such images found'


But this does not work for me

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